public class VersionMismatchException extends RRDException
Constructor and Description |
---|
VersionMismatchException()
Constructs a new SerializationException
|
VersionMismatchException(java.lang.String message)
Constructs a new SerializationException with the specified message
|
VersionMismatchException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new SerializationException with the specified message
and root cause.
|
VersionMismatchException(java.lang.Throwable cause)
Constructs a new SerializationException with the specified root cause.
|
public VersionMismatchException()
public VersionMismatchException(java.lang.String message)
message
- Message of exceptionpublic VersionMismatchException(java.lang.String message, java.lang.Throwable cause)
message
- Message of exceptioncause
- Exception that caused this exception to be raisedpublic VersionMismatchException(java.lang.Throwable cause)
cause
- Exception that caused this exception to be raised