Package no.priv.bang.sampleapp.services
Class SampleappException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
no.priv.bang.sampleapp.services.SampleappException
- All Implemented Interfaces:
Serializable
Unchecked exception for the sampleapp application
Application specific unchecked exception.
- Author:
- Steinar Bang
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSampleappException(String message) SampleappException(String message, Throwable e) SampleappException(String message, Throwable e, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SampleappException
-
SampleappException
-
SampleappException
-
SampleappException
-