Class OrphedomosException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.technologybrewery.orphedomos.util.OrphedomosException
-
- All Implemented Interfaces:
Serializable
public class OrphedomosException extends RuntimeException
Specific runtime exception used to indicate that this came from Orphedomos. Other javadoc not overridden as this is not needed unless adding to the original javadoc.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrphedomosException()OrphedomosException(String message)OrphedomosException(String message, Throwable cause)OrphedomosException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-