JSecurity

org.jsecurity.io
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jsecurity.JSecurityException
                  extended by org.jsecurity.io.ResourceException
All Implemented Interfaces:
Serializable

public class ResourceException
extends JSecurityException

Root exception when a problem occurs acquiring or processing a resource.

Since:
0.9
Author:
Les Hazlewood
See Also:
Serialized Form

Constructor Summary
ResourceException()
          Creates a new ResourceException.
ResourceException(String message)
          Constructs a new ResourceException.
ResourceException(String message, Throwable cause)
          Constructs a new ResourceException.
ResourceException(Throwable cause)
          Constructs a new ResourceException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceException

public ResourceException()
Creates a new ResourceException.


ResourceException

public ResourceException(String message)
Constructs a new ResourceException.

Parameters:
message - the reason for the exception

ResourceException

public ResourceException(Throwable cause)
Constructs a new ResourceException.

Parameters:
cause - the underlying Throwable that caused this exception to be thrown.

ResourceException

public ResourceException(String message,
                         Throwable cause)
Constructs a new ResourceException.

Parameters:
message - the reason for the exception
cause - the underlying Throwable that caused this exception to be thrown.

JSecurity

Copyright © 2004-2008 JSecurity.