public class VotorolaRuntimeException extends RuntimeException
Constructor and Description |
---|
VotorolaRuntimeException() |
VotorolaRuntimeException(String message) |
VotorolaRuntimeException(String message,
Throwable cause) |
VotorolaRuntimeException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static RuntimeException |
castOrWrapped(Exception x)
Returns the specified exception cast as a runtime exception if possible, otherwise
wrapped in a new instance of VotorolaRuntimeException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VotorolaRuntimeException()
public VotorolaRuntimeException(Throwable cause)
public VotorolaRuntimeException(String message)
public VotorolaRuntimeException(String message, Throwable cause)
public static RuntimeException castOrWrapped(Exception x)