public class GridProductLicenseException extends GridException
| Constructor and Description |
|---|
GridProductLicenseException(String msg,
String shortMsg)
Creates new license exception with given error message.
|
GridProductLicenseException(String msg,
String shortMsg,
Throwable cause)
Creates new license exception with given error message and optional nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
shortMessage() |
String |
toString() |
getCause, getMessage, getOriginalMessage, hasCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridProductLicenseException(String msg, @Nullable String shortMsg)
msg - Error message.shortMsg - Short error message presentable to the user. Note it should contain just letter and dot.public GridProductLicenseException(String msg, @Nullable String shortMsg, @Nullable Throwable cause)
msg - Error message.shortMsg - Short error message presentable to the user. Note it should contain just letter and dot.cause - Optional nested exception (can be null).public final String shortMessage()
public String toString()
toString in class GridExceptionCopyright © 2014. All rights reserved.