Class LocalizedMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.web.util.LocalizedMessageException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ErrorMessageException
An exception whose message is a bundle key that gets resolved on a call to getMessage(), using the current SRSession
 or ClientReqSession's locale.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionLocalizedMessageException(String message) LocalizedMessageException(String message, Object... args) LocalizedMessageException(String message, Throwable cause, Object... args)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
LocalizedMessageException
 - 
LocalizedMessageException
 - 
LocalizedMessageException
 
 - 
 - 
Method Details
- 
getMessage
- Overrides:
 getMessagein classThrowable
 
 -