Package ru.bgcrm.model
Class BGException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.bgcrm.model.BGException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BGMessageException
,BGSecurityException
,CompilerWrapper.CompilationFailedException
,UnsupportedBillingVersion
Unexpected situation, not shown to user, but written in log.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBGException
(String message) BGException
(String message, Throwable cause) BGException
(Throwable cause) -
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() -
BGException
-
BGException
-
BGException
-
-
Method Details
-
throwNew
For calling from scripts.- Parameters:
message
-- Throws:
BGException
-