Package anbxj
Class AnB_CheckFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
anbxj.AnB_CheckFailedException
- All Implemented Interfaces:
Serializable
Failed checks exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnB_CheckFailedException
(String message) generic constructor to throw an exception with a message for AnB protocolsAnB_CheckFailedException
(String message, Throwable throwable) generic constructor to throw a specific exception with a message for AnB protocols -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnB_CheckFailedException
generic constructor to throw an exception with a message for AnB protocols- Parameters:
message
- the error message
-
AnB_CheckFailedException
generic constructor to throw a specific exception with a message for AnB protocols- Parameters:
message
- the error messagethrowable
- the throwable exception
-