public class VMMSyncException
extends java.lang.Exception
| Constructor and Description |
|---|
VMMSyncException()
Constructs a new exception with
null
as its detail message. |
VMMSyncException(java.lang.String message)
Constructs a new exception with the specified
detail message.
|
VMMSyncException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified
detail message and cause.
|
VMMSyncException(java.lang.Throwable cause)
Constructs a new exception with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
|
public VMMSyncException()
null
as its detail message.public VMMSyncException(java.lang.String message)
message - the detail message.public VMMSyncException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic VMMSyncException(java.lang.Throwable cause)
cause - the cause