com.fatwire.gst.foundation
Class CSRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fatwire.gst.foundation.CSRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TagRunnerRuntimeException
public class CSRuntimeException
- extends RuntimeException
Generic Content Server exception that knows about errno.
- Since:
- 10-Jun-2008
- Author:
- Dolf Dijkstra, Tony Field
- See Also:
- Serialized Form
CSRuntimeException
public CSRuntimeException(String msg,
int errno)
- Parameters:
msg
- the messageerrno
- the Content Server errno
CSRuntimeException
public CSRuntimeException(String msg,
int errno,
Throwable cause)
- Parameters:
msg
- the messageerrno
- the Content Server errnocause
- the Throwable as a cause
CSRuntimeException
public CSRuntimeException(String msg,
COM.FutureTense.Util.ftErrors complexError,
int errno)
- Parameters:
msg
- the messagecomplexError
- the complex errorerrno
- the Content Server errno
getErrno
public final int getErrno()
- Returns:
- the Content Server errno
getComplexError
public final COM.FutureTense.Util.ftErrors getComplexError()
- Returns:
- the complex error, or null if it was not set.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.