Class BoxHandleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anosite.handler.exception.BoxHandleException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BoxProcessException,BoxSubmitException
public class BoxHandleException extends Exception
BoxHandleException class. Happens on Box Handle errors.- Author:
- h3llka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoxHandleException(String message)Constructor.BoxHandleException(String message, Exception cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-