de.fzj.unicore.wsrflite.exceptions
Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fzj.unicore.wsrflite.exceptions.ClientException
- All Implemented Interfaces:
- Serializable
public class ClientException
- extends Exception
thrown on errors related to web service invocations, where the client
is the source of the fault.
- Since:
- 1.8.11
- Author:
- schuller
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClientException
public ClientException()
ClientException
public ClientException(String message,
Throwable cause)
ClientException
public ClientException(String message)
ClientException
public ClientException(Throwable cause)
Copyright © 2010. All Rights Reserved.