org.davic.media
Class NotAuthorizedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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
 
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

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