deegree 2.1 (2007/11/08 09:57 build-328-official)

org.deegree.model.csct.cs
Class BackingStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.model.csct.cs.BackingStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchAuthorityCodeException

public class BackingStoreException
extends 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

Constructor Summary
BackingStoreException()
          Construct an exception with no message.
BackingStoreException(String message)
          Construct an exception with the specified detail message.
BackingStoreException(String message, Throwable cause)
          Construct an exception with the specified detail message and a cause.
 
Method Summary
 
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(String message)
Construct an exception with the specified detail message.


BackingStoreException

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


deegree 2.1 (2007/11/08 09:57 build-328-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net