Package com.mks.api.response
Class InvalidHostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mks.api.response.APIException
-
- com.mks.api.response.APIConnectionException
-
- com.mks.api.response.InvalidHostException
-
- All Implemented Interfaces:
FieldContainer
,java.io.Serializable
public class InvalidHostException extends APIConnectionException
Exception indicating that an invalid value for the --hostname option was used with a command being executed.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.mks.api.response.APIException
cause, fields, message, response, showStackTrace
-
-
Constructor Summary
Constructors Constructor Description InvalidHostException()
Default constructor.InvalidHostException(java.lang.String msg)
Default constructor.InvalidHostException(java.lang.Throwable t)
Default constructor.
-
Method Summary
-
Methods inherited from class com.mks.api.response.APIException
add, addField, contains, getExceptionId, getField, getField, getFieldListSize, getFields, getMessage, getResponse, printStackTrace, printStackTrace, printStackTrace, setMessage, setResponse, setShowStackTrace
-
-
-
-
Constructor Detail
-
InvalidHostException
public InvalidHostException()
Default constructor.
-
InvalidHostException
public InvalidHostException(java.lang.String msg)
Default constructor.- Parameters:
msg
- The exception message.
-
InvalidHostException
public InvalidHostException(java.lang.Throwable t)
Default constructor.- Parameters:
t
- The linkedThrowable
object.
-
-