Package ru.bgcrm.model
Class BGException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.bgcrm.model.BGException
- All Implemented Interfaces:
Serializable
Deprecated.
The exception is unchecked and therefore has not to be caught, same as the actually used
BGException
.
So just remove the class from your catch expressions.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BGException
public BGException()Deprecated.
-