|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.boylesoftware.cb2.ApplicationException
com.boylesoftware.cb2.BLException
Indicates an unexpected failure in the Business Level. Usually BLOs throw this exception as a reaction to an error in some underlying subsystem, such as the JDBC driver. More specific exceptions can be derived from this one but it is rarely needed.
BLErrors,
Serialized Form| Constructor Summary | |
BLException(java.lang.String message)
Creates a new exception with the error description. |
|
BLException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the error description and a throwable that is the cause of this exception. |
|
| Methods inherited from class com.boylesoftware.cb2.ApplicationException |
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BLException(java.lang.String message)
message - the error description.
public BLException(java.lang.String message,
java.lang.Throwable cause)
message - the error description.cause - the cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||