public class ProtocolException extends OvirtSdkRuntimeException
| Constructor and Description |
|---|
ProtocolException()
Constructs an
ProtocolException without a detail message. |
ProtocolException(String message) |
ProtocolException(String message,
Throwable cause) |
ProtocolException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolException()
ProtocolException without a detail message.public ProtocolException(String message, Throwable cause)
message - exception messagecause - exception causepublic ProtocolException(String message)
message - exception messagepublic ProtocolException(Throwable cause)
cause - exception causeCopyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0