Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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:
java.io.Serializable
Direct Known Subclasses:
DuplicateConfigException

public class StorageException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
StorageException()
           
StorageException(java.lang.String message)
           
StorageException(java.lang.String message, java.lang.Throwable cause)
           
StorageException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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(java.lang.String message)

StorageException

public StorageException(java.lang.String message,
                        java.lang.Throwable cause)

StorageException

public StorageException(java.lang.Throwable cause)

Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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