public class IlvDashboardReaderException extends Exception
Constructor and Description |
---|
IlvDashboardReaderException(String message)
Constructs a new dashboard reader exception with the specified
message.
|
IlvDashboardReaderException(String message,
Throwable cause)
Constructs a new dashboard reader exception with the specified
message associated with the cause.
|
IlvDashboardReaderException(Throwable cause)
Constructs a new dashboard reader exception encapsulating
a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvDashboardReaderException(String message)
message
- The exception message.public IlvDashboardReaderException(String message, Throwable cause)
message
- The exception message.cause
- The cause of the exception.public IlvDashboardReaderException(Throwable cause)
cause
- The encapsulated Throwable
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.