ch.odi.jaaspam
Class PermissionDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.security.auth.login.LoginException
                  extended by ch.odi.jaaspam.PermissionDeniedException
All Implemented Interfaces:
java.io.Serializable

public class PermissionDeniedException
extends javax.security.auth.login.LoginException

The user is not permitted to gain access at this time.

Author:
Ortwin Gl?ck
See Also:
Serialized Form

Constructor Summary
PermissionDeniedException()
           
PermissionDeniedException(java.lang.String msg)
           
 
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

PermissionDeniedException

public PermissionDeniedException()

PermissionDeniedException

public PermissionDeniedException(java.lang.String msg)
Parameters:
msg -


Copyright © 2004-2008 Ortwin Glück. All Rights Reserved.