javax.emb
Class ContentUnmutableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.emb.ContentUnmutableException
- All Implemented Interfaces:
- java.io.Serializable
- public class ContentUnmutableException
- extends MediaException (src)
This exception is thrown during MediaEntityLocal.setContent()
whenever the content cannot be manually changed on the entity.
- 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 |
ContentUnmutableException
public ContentUnmutableException()
- See Also:
javax.emb.MediaException()
ContentUnmutableException
public ContentUnmutableException(java.lang.String message)
- See Also:
javax.emb.MediaException(String)
ContentUnmutableException
public ContentUnmutableException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
javax.emb.MediaException(String, Throwable)
ContentUnmutableException
public ContentUnmutableException(java.lang.Throwable cause)
- See Also:
javax.emb.MediaException(Throwable)