public class ApplicationApiRuntimeException extends RuntimeException
| Constructor and Description |
|---|
ApplicationApiRuntimeException(String message)
Create a new instance with a message.
|
ApplicationApiRuntimeException(String message,
Throwable cause)
Create a new instance with a message and a cause.
|
ApplicationApiRuntimeException(Throwable cause)
Create a new instance with a cause and a default message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationApiRuntimeException(String message, Throwable cause)
message - the description of the failure.cause - the underlying cause of the failure.public ApplicationApiRuntimeException(String message)
message - the description of the failure.public ApplicationApiRuntimeException(Throwable cause)
cause - the underlying cause of the failure.
Copyright (C) 2014-2016, Center for Open Middleware