ProgramixGenericLib v5.0.1

com.programix.da2.exception
Class SecurityDAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.programix.da2.exception.DAException
              extended by com.programix.da2.exception.SecurityDAException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotAuthenticatedDAException, NotAuthorizedDAException

public class SecurityDAException
extends DAException

This kind of DAException is used to signal that there is a security-based problem fulfilling the request. Check out the subclasses (some of the subclasses are: NotAuthorizedDAException, NotAuthenticatedDAException).

Author:
Paul Hyde
See Also:
Serialized Form

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

SecurityDAException

public SecurityDAException()

SecurityDAException

public SecurityDAException(String message,
                           Throwable cause)

SecurityDAException

public SecurityDAException(String message)

SecurityDAException

public SecurityDAException(Throwable cause)

ProgramixGenericLib v5.0.1

Copyright © 2001-2009 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.