com.tszadel.qctools4j.exception
Class PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tszadel.qctools4j.exception.QcException
              extended by com.tszadel.qctools4j.exception.PermissionException
All Implemented Interfaces:
Serializable

public class PermissionException
extends QcException

Permission exception.

Author:
tszadel
See Also:
Serialized Form

Constructor Summary
PermissionException(PermissionEnum pPermission)
          Constructor.
 
Method Summary
 
Methods inherited from class com.tszadel.qctools4j.exception.QcException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PermissionException

public PermissionException(PermissionEnum pPermission)
Constructor.

Parameters:
pPermission - The permission.