Package com.basis.api.admin
Class BBjAdminMultipleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.basis.api.admin.BBjAdminException
com.basis.api.admin.BBjAdminMultipleException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBBjAdminMultipleException
(BBjAdminException p_exception) BBjAdminMultipleException
(String p_message, BBjAdminException p_exception) BBjAdminMultipleException
(String p_message, List<BBjAdminException> p_exceptions) BBjAdminMultipleException
(List<BBjAdminException> p_exceptions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addException
(BBjAdminException p_exception) void
addExceptions
(List<BBjAdminException> p_exceptions) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BBjAdminMultipleException
-
BBjAdminMultipleException
-
BBjAdminMultipleException
-
BBjAdminMultipleException
-
-
Method Details
-
getExceptions
-
addException
-
addExceptions
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getMessage
- Overrides:
getMessage
in classThrowable
-