public class HandlingException extends TruggerException
Constructor and Description |
---|
HandlingException()
Creates a new HandlingException.
|
HandlingException(java.lang.String message)
Creates a new HandlingException with the given message.
|
HandlingException(java.lang.String message,
java.lang.Throwable cause)
Creates a new HandlingException with the given cause and message
|
HandlingException(java.lang.Throwable cause)
Creates a new HandlingException with the given cause.
|
public HandlingException()
public HandlingException(java.lang.String message)
message
- the exception messagepublic HandlingException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the exception causepublic HandlingException(java.lang.Throwable cause)
cause
- the exception cause