org.davic.media
Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.davic.media.NotAuthorizedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NotAuthorizedMediaException
public class NotAuthorizedException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAuthorizedException
public NotAuthorizedException()
- Constructor without reason
NotAuthorizedException
public NotAuthorizedException(String reason)
- Constructor with reason
- Parameters:
reason
- the reason why the exception was thrown