com.cc.framework.security
Class PermissionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.cc.framework.common.FrameworkException
              extended bycom.cc.framework.security.PermissionException
All Implemented Interfaces:
java.io.Serializable

public class PermissionException
extends FrameworkException

Exception class

Since:
1.0
Version:
$Revision: 1.12 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PermissionException()
          Constructor for PermissionException
PermissionException(java.lang.String message)
          Constructor for PermissionException
PermissionException(java.lang.String message, java.lang.Throwable cause)
          Constructor for PermissionException
PermissionException(java.lang.Throwable cause)
          Constructor for PermissionException
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

PermissionException

public PermissionException()
Constructor for PermissionException


PermissionException

public PermissionException(java.lang.Throwable cause)
Constructor for PermissionException

Parameters:
cause - the exception that caused this exception

PermissionException

public PermissionException(java.lang.String message)
Constructor for PermissionException

Parameters:
message - the detail message for this exception.

PermissionException

public PermissionException(java.lang.String message,
                           java.lang.Throwable cause)
Constructor for PermissionException

Parameters:
message - the detail message for this exception.
cause - the exception that caused this exception


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.