public class CSRuntimeException extends RuntimeException
| Constructor and Description |
|---|
CSRuntimeException(String msg,
COM.FutureTense.Util.ftErrors complexError,
int errno) |
CSRuntimeException(String msg,
int errno) |
CSRuntimeException(String msg,
int errno,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
COM.FutureTense.Util.ftErrors |
getComplexError() |
int |
getErrno() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CSRuntimeException(String msg, int errno)
msg - the messageerrno - the Content Server errnopublic CSRuntimeException(String msg, int errno, Throwable cause)
msg - the messageerrno - the Content Server errnocause - the Throwable as a causepublic CSRuntimeException(String msg, COM.FutureTense.Util.ftErrors complexError, int errno)
msg - the messagecomplexError - the complex errorerrno - the Content Server errnopublic final int getErrno()
public final COM.FutureTense.Util.ftErrors getComplexError()
public String getMessage()
getMessage in class ThrowableCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.