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 SummaryConstructorsConstructorDescriptionErrorMessageException(String resourceKey, Object... args) Creates an error message exception by looking up the message in the BundleUtilErrorMessageException(String resourceKey, Throwable cause, Object... args) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.gateway.web.util.LocalizedMessageExceptiongetMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ErrorMessageExceptionCreates an error message exception by looking up the message in the BundleUtil
- 
ErrorMessageException
 
-