issrg.pba.rbac.policies
Class TargetOutOfDomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.EmbeddedException
              extended by issrg.pba.PbaException
                  extended by issrg.pba.rbac.policies.TargetOutOfDomainException
All Implemented Interfaces:
java.io.Serializable

public class TargetOutOfDomainException
extends PbaException

This exception is thrown only when decision is invoked, but the target to which access is requested is out of the Target domain covered by the respective PERMIS XML policy.

See Also:
Serialized Form

Constructor Summary
TargetOutOfDomainException(java.lang.String msg)
           
TargetOutOfDomainException(java.lang.String msg, java.lang.Throwable th)
           
 
Method Summary
 
Methods inherited from class issrg.utils.EmbeddedException
getEmbedded, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TargetOutOfDomainException

public TargetOutOfDomainException(java.lang.String msg)

TargetOutOfDomainException

public TargetOutOfDomainException(java.lang.String msg,
                                  java.lang.Throwable th)