Package ru.bgcrm.model
Class BGMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ru.bgcrm.model.BGException
-
- ru.bgcrm.model.BGMessageException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BGIllegalArgumentException
public class BGMessageException extends BGException
Localized message, shown to end user and not written in log.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BGMessageException(java.lang.String message, java.lang.Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
getArgs()
-
Methods inherited from class ru.bgcrm.model.BGException
throwNew
-
-