org.deegree.cs.exceptions
Class CRSStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.cs.exceptions.CRSStoreException
All Implemented Interfaces:
Serializable

public class CRSStoreException
extends Exception

Indicates an exception in the CRS Store management.

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $
See Also:
Serialized Form

Constructor Summary
CRSStoreException()
          Creates a new CRSStoreException without detail message.
CRSStoreException(String message)
          Creates a new CRSStoreException with detail message.
CRSStoreException(String message, Throwable cause)
          Creates a new CRSStoreException which wraps the causing exception and provides a detail message.
CRSStoreException(Throwable cause)
          Creates a new CRSStoreException which wraps the causing exception.
 
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

CRSStoreException

public CRSStoreException()
Creates a new CRSStoreException without detail message.


CRSStoreException

public CRSStoreException(String message)
Creates a new CRSStoreException with detail message.

Parameters:
message - detail message

CRSStoreException

public CRSStoreException(Throwable cause)
Creates a new CRSStoreException which wraps the causing exception.

Parameters:
cause -

CRSStoreException

public CRSStoreException(String message,
                         Throwable cause)
Creates a new CRSStoreException which wraps the causing exception and provides a detail message.

Parameters:
message -
cause -


Copyright © 2011. All Rights Reserved.