public class TruncatedDataException
extends java.lang.RuntimeException
Constructor and Description |
---|
TruncatedDataException()
Creates a new instance of TruncatedDataException class.
|
TruncatedDataException(java.lang.String msg)
Creates a new instance of TruncatedDataException class.
|
TruncatedDataException(java.lang.String msg,
java.lang.Throwable e)
Creates a new instance of TruncatedDataException class.
|
TruncatedDataException(java.lang.Throwable e)
Creates a new instance of TruncatedDataException class.
|
public TruncatedDataException()
public TruncatedDataException(java.lang.Throwable e)
e
- The cause.public TruncatedDataException(java.lang.String msg, java.lang.Throwable e)
msg
- Exception description.e
- The cause.public TruncatedDataException(java.lang.String msg)
msg
- Exception description.