org.openanzo.telar
Class TelarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openanzo.telar.TelarException
- All Implemented Interfaces:
- java.io.Serializable
public class TelarException
- extends java.lang.Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TelarException
public TelarException()
TelarException
public TelarException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
TelarException
public TelarException(int errorCode,
java.lang.String message)
TelarException
public TelarException(int errorCode,
java.lang.Throwable cause)
getHeaders
public java.util.Map<java.lang.String,java.lang.String[]> getHeaders()
setHeader
public void setHeader(java.lang.String name,
java.lang.String[] values)
getErrorCode
public int getErrorCode()
setErrorCode
public void setErrorCode(int errorCode)
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.