-
- All Implemented Interfaces:
-
java.io.Serializable
public class StreamException extends Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStreamException.AlreadyOpenedExceptionUnable to open a stream with the same ID as an existing open stream.
public final classStreamException.AbnormalEndExceptionStream closed abnormally by remote participant.
public final classStreamException.DecodeFailedExceptionIncoming chunk data could not be decoded.
public final classStreamException.LengthExceededExceptionLength exceeded total length specified in stream header.
public final classStreamException.IncompleteExceptionLength is less than total length specified in stream header.
public final classStreamException.TerminatedExceptionStream terminated before completion.
public final classStreamException.UnknownStreamExceptionCannot perform operations on an unknown stream.
public final classStreamException.NotDirectoryExceptionGiven destination URL is not a directory.
public final classStreamException.FileInfoUnavailableExceptionUnable to read information about the file to send.
public final classStreamException.EncryptionTypeMismatch
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-