Package org.azd.exceptions
Class AzDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.azd.exceptions.AzDException
-
- All Implemented Interfaces:
Serializable
public class AzDException extends Exception
Throws the exception from REST API- Author:
- Harish Karthic
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzDException()
AzDException(String message)
AzDException(String exceptionType, String message)
AzDException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-