Package network.oxalis.api.lang
Class OxalisException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.api.lang.OxalisException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EvidenceException,OxalisContentException,OxalisSecurityException,OxalisTransmissionException,TimestampException
public abstract class OxalisException extends Exception
Base exception of the Oxalis exception hierarchy. Thrown exceptions must use a subclass of this to indicate type of exception for better handling.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OxalisException(String message)OxalisException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-