Package eu.woolplatform.utils.exception
Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.woolplatform.utils.exception.ClientException
-
- All Implemented Interfaces:
Serializable
public class ClientException extends Exception
This exception indicates that a client received an error message from the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException(String message)ClientException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-