com.fatwire.gst.foundation
Class CSRuntimeException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               com.fatwire.gst.foundation.CSRuntimeException
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 message
- errno- the Content Server errno
CSRuntimeException
public CSRuntimeException(String msg,
                          int errno,
                          Throwable cause)
- Parameters:
- msg- the message
- errno- the Content Server errno
- cause- the Throwable as a cause
CSRuntimeException
public CSRuntimeException(String msg,
                          COM.FutureTense.Util.ftErrors complexError,
                          int errno)
- Parameters:
- msg- the message
- complexError- the complex error
- errno- 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:
- getMessagein class- Throwable
 
- 
 
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.