org.gcube.contentmanagement.baselayer.exceptions
Class TemporaryUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.contentmanagement.baselayer.exceptions.BaseLayerException
              extended by org.gcube.contentmanagement.baselayer.exceptions.TemporaryUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class TemporaryUnavailableException
extends BaseLayerException

Exception indicating that some operation fails for a reason, that might not exist some time later.

Author:
michaelspringmann
See Also:
Serialized Form

Constructor Summary
TemporaryUnavailableException(java.lang.String message)
          Constructor for a new exception
TemporaryUnavailableException(java.lang.String message, java.lang.Throwable cause)
          Constructor for a new 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemporaryUnavailableException

public TemporaryUnavailableException(java.lang.String message,
                                     java.lang.Throwable cause)
Constructor for a new exception

Parameters:
message - the message explaining the exception
cause - if caused by some other throwable

TemporaryUnavailableException

public TemporaryUnavailableException(java.lang.String message)
Constructor for a new exception

Parameters:
message - the message explaining the exception