public class InstallException extends Exception
Constructor and Description |
---|
InstallException(LocalizedMessage localizedMessage)
This constructor takes a message indicating the nature of the failure.
|
InstallException(LocalizedMessage localizedMessage,
Exception e)
This constructor takes a message indicating the nature of failure, along
with the exception that originally caused the failure.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getInnerException()
Returns the exception that was supplied to the constructor at the time
when this exception was created.
|
String |
getMessage()
Returns the message that was supplied to the constructor at the time
when this exception was created.
|
void |
printStackTrace(PrintStream pstream)
Prints the stack trace of this exception to the specified
PrintStream . |
void |
printStackTrace(PrintWriter err)
Prints the stack trace of this exception to the specified
PrintWriter . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public InstallException(LocalizedMessage localizedMessage, Exception e)
localizedMessage
- The message indicating the nature of the failure.ex
- The exception that originally caused the failure.public InstallException(LocalizedMessage localizedMessage)
msg
- The message indicating the nature of the failure.public String getMessage()
getMessage
in class Throwable
public void printStackTrace(PrintWriter err)
PrintWriter
.printStackTrace
in class Throwable
err
- The PrintWriter
to which the stack trace will
be written.public void printStackTrace(PrintStream pstream)
PrintStream
.printStackTrace
in class Throwable
pstream
- The PrintStream
to which the stack trace will
be written.public Throwable getInnerException()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.