public class IsisException extends RuntimeException
| Constructor and Description |
|---|
IsisException() |
IsisException(String message) |
IsisException(String messageFormat,
Object... args) |
IsisException(String message,
Throwable cause) |
IsisException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IsisException()
public IsisException(String message)
public IsisException(String messageFormat, Object... args)
public IsisException(String message, Throwable cause)
public IsisException(Throwable cause)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.