javax.emb
Class ContentTooLargeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.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

Constructor Summary
ContentTooLargeException()
           
ContentTooLargeException(java.lang.String message)
           
ContentTooLargeException(java.lang.String message, java.lang.Throwable cause)
           
ContentTooLargeException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)