public class NonFatalErrorException extends Exception
Constructor and Description |
---|
NonFatalErrorException()
Constructs a NonFatalErrorException instance
|
NonFatalErrorException(String message)
Constructs a NonFatalErrorException instance
|
NonFatalErrorException(String message,
Throwable cause)
Constructs a NonFatalErrorException instance
|
NonFatalErrorException(Throwable cause)
Constructs a NonFatalErrorException instance
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonFatalErrorException()
public NonFatalErrorException(String message, Throwable cause)
message
- the message this exception should use to report itself in the logscause
- the original problempublic NonFatalErrorException(String message)
message
- the message this exception should use to report itself in the logspublic NonFatalErrorException(Throwable cause)
cause
- the original problemCopyright © 2004–2015 The Kuali Foundation. All rights reserved.