org.apache.shindig.protocol
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shindig.protocol.ProtocolException
- All Implemented Interfaces:
- Serializable
public class ProtocolException
- extends RuntimeException
Unchecked exception class for errors thrown by request handlers
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProtocolException
public ProtocolException(int errorCode,
String errorMessage,
Throwable cause)
ProtocolException
public ProtocolException(int errorCode,
String errorMessage)
ProtocolException
public ProtocolException(int errorCode,
String errorMessage,
Object response)
getCode
public int getCode()
getResponse
public Object getResponse()
Copyright © 2007-2012. All Rights Reserved.