net.sourceforge.pebble.security
Class SecurityRealmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.pebble.PebbleException
              extended by net.sourceforge.pebble.security.SecurityRealmException
All Implemented Interfaces:
java.io.Serializable

public class SecurityRealmException
extends PebbleException

Represents a security realm with some basic operations.

Author:
Simon Brown
See Also:
Serialized Form

Constructor Summary
SecurityRealmException(java.lang.String message)
           
SecurityRealmException(java.lang.Throwable cause)
           
 
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

SecurityRealmException

public SecurityRealmException(java.lang.String message)

SecurityRealmException

public SecurityRealmException(java.lang.Throwable cause)


Copyright © 2003-2006, Simon Brown. All Rights Reserved.