Package com.basis.api.admin
Class BBjAdminPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.basis.api.admin.BBjAdminException
com.basis.api.admin.BBjAdminPropertyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BBjAdminMissingPropertyException
,BBjAdminPropertyValidationException
Exception thrown by individual property problems.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBBjAdminPropertyException
(String p_message, String p_propName) BBjAdminPropertyException
(String p_message, Throwable p_e, String p_propName) BBjAdminPropertyException
(String p_message, Throwable p_e, String p_propName, boolean p_appendCause) BBjAdminPropertyException
(Throwable p_e, String p_propName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BBjAdminPropertyException
-
BBjAdminPropertyException
-
BBjAdminPropertyException
-
BBjAdminPropertyException
-
-
Method Details
-
getPropertyName
-