Package com.peterphi.carbon.exception
Class CarbonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.peterphi.carbon.exception.CarbonException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CarbonBuildException
,CarbonConnectException
,MalformedCarbonResponseException
- See Also:
-
Constructor Summary
ConstructorDescriptionCarbonException
(String msg) CarbonException
(String msg, Throwable cause) CarbonException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CarbonException
public CarbonException() -
CarbonException
-
CarbonException
-
CarbonException
-