Class ErrorMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.web.util.LocalizedMessageException
com.inductiveautomation.ignition.gateway.web.util.ErrorMessageException
- All Implemented Interfaces:
IMessageOnlyException
,Serializable
public class ErrorMessageException
extends LocalizedMessageException
implements IMessageOnlyException
A a localized error message that gets rendered without its stack trace
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorMessageException
(String resourceKey, Object... args) Creates an error message exception by looking up the message in the BundleUtilErrorMessageException
(String resourceKey, Throwable cause, Object... args) -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.gateway.web.util.LocalizedMessageException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorMessageException
Creates an error message exception by looking up the message in the BundleUtil -
ErrorMessageException
-