Package org.ehrbase.client.exception
Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.ehrbase.util.exception.SdkException
-
- org.ehrbase.client.exception.ClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OptimisticLockException,WrongStatusCodeException
public class ClientException extends SdkException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException(String message)ClientException(String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-