Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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

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)

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.