public class IlpBackgroundHandlingException extends Exception
Constructor and Description |
---|
IlpBackgroundHandlingException()
Default constructor: constructs a new exception with
null as the detail message. |
IlpBackgroundHandlingException(String message)
Constructs a new exception with a given detail message.
|
IlpBackgroundHandlingException(String message,
Throwable cause)
Constructs a new exception with a given detail message and cause.
|
IlpBackgroundHandlingException(Throwable cause)
Constructs a new exception with a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlpBackgroundHandlingException()
null
as the detail message. The cause is
not initialized (see Throwable.initCause(Throwable)
).public IlpBackgroundHandlingException(String message, Throwable cause)
message
- The detail message (see Throwable.getMessage()
).cause
- The cause (see Throwable.getCause()
).public IlpBackgroundHandlingException(String message)
Throwable.initCause(Throwable)
).message
- The detail message (see Throwable.getMessage()
).public IlpBackgroundHandlingException(Throwable cause)
cause
- The cause (see Throwable.getCause()
).© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.