issrg.pba.rbac.policies
Class TargetOutOfDomainException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byissrg.utils.EmbeddedException
              extended byissrg.pba.PbaException
                  extended byissrg.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)
           
 
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)