org.opennms.acl.exception
Class AuthorityNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.acl.exception.AuthorityNotFoundException
All Implemented Interfaces:
Serializable

public class AuthorityNotFoundException
extends RuntimeException

AuthorityNotFoundException class.

Since:
jdk 1.5.0
Version:
$Id: $
Author:
Massimiliano Dessì (desmax74@yahoo.it)
See Also:
Serialized Form

Constructor Summary
AuthorityNotFoundException(String message)
          Constructor for AuthorityNotFoundException.
AuthorityNotFoundException(String message, Throwable cause)
          Constructor for AuthorityNotFoundException.
 
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

AuthorityNotFoundException

public AuthorityNotFoundException(String message)

Constructor for AuthorityNotFoundException.

Parameters:
message - a String object.

AuthorityNotFoundException

public AuthorityNotFoundException(String message,
                                  Throwable cause)

Constructor for AuthorityNotFoundException.

Parameters:
message - a String object.
cause - a Throwable object.


Copyright © 2011. All Rights Reserved.