com.xmlserv.security
Class SecurityManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.xmlserv.main.XMLServException
                    |
                    +--com.xmlserv.security.SecurityManagerException
All Implemented Interfaces:
java.io.Serializable

public class SecurityManagerException
extends XMLServException

Subclass of XMLServException for reporting security related error conditions. All constructors are empty and redirect to the base class constructors.

Author:
Wolfram Saringer
See Also:
XMLServException, Serialized Form

Constructor Summary
SecurityManagerException(ErrorPage errpage)
           
SecurityManagerException(java.lang.Exception e)
           
SecurityManagerException(java.lang.String msg)
           
SecurityManagerException(java.lang.String msg, int code)
           
 
Methods inherited from class com.xmlserv.main.XMLServException
getCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityManagerException

public SecurityManagerException(java.lang.String msg)

SecurityManagerException

public SecurityManagerException(java.lang.Exception e)

SecurityManagerException

public SecurityManagerException(java.lang.String msg,
                                int code)

SecurityManagerException

public SecurityManagerException(ErrorPage errpage)