Class BoxProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anosite.handler.exception.BoxHandleException
-
- net.anotheria.anosite.handler.exception.BoxProcessException
-
- All Implemented Interfaces:
Serializable
public class BoxProcessException extends BoxHandleException
BoxProcessException. As BoxHandleException, which occurs on process operation.- Author:
- h3llka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoxProcessException(Exception cause)Constructor.BoxProcessException(String message)Constructor.BoxProcessException(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
-
-
-
-
Constructor Detail
-
BoxProcessException
public BoxProcessException(String message)
Constructor.- Parameters:
message- string message
-
BoxProcessException
public BoxProcessException(String message, Exception cause)
Constructor.- Parameters:
message- string messagecause- exception itself
-
BoxProcessException
public BoxProcessException(Exception cause)
Constructor.- Parameters:
cause- exception itself
-
-