|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.gcube.contentmanagement.baselayer.exceptions.BaseLayerException
public class BaseLayerException
Base class of all exceptions that occur in base layer. Should be caught by layers on top of base layer.
Constructor Summary | |
---|---|
BaseLayerException(java.lang.String message)
Constructor for a new exception |
|
BaseLayerException(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 |
---|
public BaseLayerException(java.lang.String message, java.lang.Throwable cause)
message
- the message explaining the exceptioncause
- if caused by some other throwablepublic BaseLayerException(java.lang.String message)
message
- the message explaining the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |