Oracle Corporation

com.bea.wlcp.wlng.api.storage
Class StorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wlcp.wlng.api.storage.StorageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateConfigException

public class StorageException
extends Exception

Storage exception class. Thrown to indicate an error on a store operation.

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
StorageException()
           
StorageException(String message)
           
StorageException(String message, Throwable cause)
           
StorageException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageException

public StorageException()

StorageException

public StorageException(String message)

StorageException

public StorageException(String message,
                        Throwable cause)

StorageException

public StorageException(Throwable cause)

Oracle Corporation