Package org.certificateservices.messages
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.certificateservices.messages.MessageProcessingException
-
- org.certificateservices.messages.TimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeoutException extends MessageProcessingException
Exception thrown if timout problems was returned for server (HTTP Status 403).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException(java.lang.String message)
-