public class UnrecoverableErrorException extends RuntimeException
Constructor and Description |
---|
UnrecoverableErrorException(String message) |
UnrecoverableErrorException(String message,
String... messageArgs) |
UnrecoverableErrorException(String message,
Throwable t) |
UnrecoverableErrorException(String message,
Throwable t,
String... messageArgs) |
UnrecoverableErrorException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String[] |
getMessageArgs() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecoverableErrorException(String message)
public UnrecoverableErrorException(Throwable t)
public UnrecoverableErrorException(String message, String... messageArgs)
public String getMessage()
getMessage
in class Throwable
public String[] getMessageArgs()
Copyright © 2016 Internet2. All rights reserved.