javax.emb
Class ContentTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.emb.ContentTooLargeException
- All Implemented Interfaces:
- java.io.Serializable
- public class ContentTooLargeException
- extends MediaException (src)
This exception is thrown whenever the creation of a byte array is attempted
that exceeds 2GB in size (the current hard limit of byte array size in
Java).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContentTooLargeException
public ContentTooLargeException()
- See Also:
javax.emb.MediaException()
ContentTooLargeException
public ContentTooLargeException(java.lang.String message)
- See Also:
javax.emb.MediaException(String)
ContentTooLargeException
public ContentTooLargeException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
javax.emb.MediaException(String, Throwable)
ContentTooLargeException
public ContentTooLargeException(java.lang.Throwable cause)
- See Also:
javax.emb.MediaException(Throwable)