public class MOAApplicationException extends MOAException
Constructor and Description |
---|
MOAApplicationException(String messageId,
Object[] parameters)
Create a new
MOAApplicationException . |
MOAApplicationException(String messageId,
Object[] parameters,
Throwable wrapped)
Create a new
MOAApplicationException . |
getMessageId, getWrapped, printStackTrace, printStackTrace, printStackTrace, toErrorResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public MOAApplicationException(String messageId, Object[] parameters)
MOAApplicationException
.messageId
- The identifier of the message associated with this
exception.parameters
- Additional message parameters.public MOAApplicationException(String messageId, Object[] parameters, Throwable wrapped)
MOAApplicationException
.messageId
- The identifier of the message associated with this
MOAApplicationException
.parameters
- Additional message parameters.wrapped
- The exception wrapped by this
MOAApplicationException
.Copyright © 2016. All rights reserved.