org.deegree_impl.model.cs
Class BackingStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.model.cs.BackingStoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchAuthorityCodeException

public class BackingStoreException
extends java.lang.Exception

Thrown to indicate that a factory operation could not complete because of a failure in the backing store, or a failure to contact the backing store. The most common raison is a failure to find the authority code, which is indicated by NoSuchAuthorityCodeException.

Version:
1.0
Author:
Martin Desruisseaux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BackingStoreException()
          Construct an exception with no message.
BackingStoreException(java.lang.String message)
          Construct an exception with the specified detail message.
BackingStoreException(java.lang.String message, java.lang.Throwable cause)
          Construct an exception with the specified detail message and a 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

BackingStoreException

public BackingStoreException()
Construct an exception with no message.


BackingStoreException

public BackingStoreException(java.lang.String message)
Construct an exception with the specified detail message.


BackingStoreException

public BackingStoreException(java.lang.String message,
                             java.lang.Throwable cause)
Construct an exception with the specified detail message and a cause.