@ThreadSafe
public class CorruptedDatastreamException
extends java.lang.Exception
| Constructor and Description |
|---|
CorruptedDatastreamException()
Create a new CorruptedDatastreamException.
|
CorruptedDatastreamException(java.lang.String message)
Create a new CorruptedDatastreamException with the specified detail message.
|
CorruptedDatastreamException(java.lang.String message,
java.lang.Throwable cause)
Create a new CorruptedDatastreamException with the specified detail message and cause.
|
CorruptedDatastreamException(java.lang.Throwable cause)
Create a new CorruptedDatastreamException with the specified cause.
|
public CorruptedDatastreamException()
public CorruptedDatastreamException(java.lang.String message)
message - a message for the exception.public CorruptedDatastreamException(java.lang.Throwable cause)
cause - the cause for the exception.public CorruptedDatastreamException(java.lang.String message,
java.lang.Throwable cause)
message - a message for the exception.cause - the cause for the exception.Copyright© 2012-21 Jeremy Long. All Rights Reserved.