org.openanzo.atom
Class AtomServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openanzo.atom.AtomServerException
- All Implemented Interfaces:
- java.io.Serializable
public class AtomServerException
- 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 |
AtomServerException
public AtomServerException()
AtomServerException
public AtomServerException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
AtomServerException
public AtomServerException(int errorCode,
java.lang.String message)
AtomServerException
public AtomServerException(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.