Package com.nagra.das.sdk
Class DasClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.nagra.das.sdk.DasClientException
-
- All Implemented Interfaces:
Serializable
public class DasClientException extends RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDasClientException.ErrorCodesKnown application errors
-
Constructor Summary
Constructors Constructor Description DasClientException(int code, String message)DasClientException(int code, String message, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-