Package media
Class ReadLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- media.ReadLimitExceededException
-
- All Implemented Interfaces:
Serializable
public class ReadLimitExceededException extends IOException
Segnala il superamento del limite di lettura imposto da unLimitedInputStream
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadLimitExceededException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReadLimitExceededException
public ReadLimitExceededException()
-
-