org.davic.media
Class NotAuthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.davic.media.NotAuthorizedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotAuthorizedMediaException

public class NotAuthorizedException
extends java.io.IOException

This exception indicates that the source can not be accessed in order to reference the new content, the source has not been accepted.

See Also:
Serialized Form

Constructor Summary
NotAuthorizedException()
          Constructor without reason
NotAuthorizedException(java.lang.String reason)
          Constructor with reason
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotAuthorizedException

public NotAuthorizedException()
Constructor without reason


NotAuthorizedException

public NotAuthorizedException(java.lang.String reason)
Constructor with reason

Parameters:
reason - the reason why the exception was thrown