javax.emb
Class LocationUnmutableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.LocationUnmutableException
All Implemented Interfaces:
java.io.Serializable

public class LocationUnmutableException
extends MediaException (src)

This exception is thrown during MediaEntityLocal.setLocation(...) whenever the location can not be manually changed on the entity.

See Also:
Serialized Form

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

LocationUnmutableException

public LocationUnmutableException()
See Also:
javax.emb.MediaException()

LocationUnmutableException

public LocationUnmutableException(java.lang.String message)
See Also:
javax.emb.MediaException(String)

LocationUnmutableException

public LocationUnmutableException(java.lang.String message,
                                  java.lang.Throwable cause)
See Also:
javax.emb.MediaException(String, Throwable)

LocationUnmutableException

public LocationUnmutableException(java.lang.Throwable cause)
See Also:
javax.emb.MediaException(Throwable)