Package co.ecg.alpaca.core.exception
Class HTTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
co.ecg.alpaca.core.exception.HTTPException
- All Implemented Interfaces:
Serializable
HTTPException class.
- Version:
- $Id: $Id
- Author:
- mkeathley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for HTTPException.HTTPException
(Exception e, int errorCode) Constructor for HTTPException.Constructor for HTTPException.HTTPException
(String s, int errorCode) Constructor for HTTPException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HTTPException
Constructor for HTTPException.
- Parameters:
e
- aException
object.
-
HTTPException
Constructor for HTTPException.
- Parameters:
s
- aString
object.
-
HTTPException
Constructor for HTTPException.
- Parameters:
e
- aException
object.
-
HTTPException
Constructor for HTTPException.
- Parameters:
s
- aString
object.
-