Package org.apache.abdera.protocol.error
Class ProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.abdera.protocol.error.ProtocolException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ProtocolException extends RuntimeException
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolException(org.apache.abdera.Abdera abdera, int code, String message)Deprecated.ProtocolException(Error error)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.ErrorgetError()Deprecated.inthashCode()Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-