Package org.somda.sdc.dpws.http.helper
Class ServerClientSelfTestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.somda.sdc.dpws.http.helper.ServerClientSelfTestException
-
- All Implemented Interfaces:
Serializable
public class ServerClientSelfTestException extends RuntimeException
Indicates that the self test between HTTP server and client failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerClientSelfTestException(String message)ServerClientSelfTestException(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
-
-