issrg.pba.management.agent.managed
Class OldCredentialsException

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.management.agent.managed.OldCredentialsException
All Implemented Interfaces:
java.io.Serializable

public class OldCredentialsException
extends PbaException

Old Credentials Exception .

If a Decision is requested with out of date Credentials This exception should be throw to inform the PEP that the Credentials need to be re evaluated

Version:
0.5.2008.06.02
Author:
mfb4@kent.ac.uk
See Also:
Serialized Form

Constructor Summary
OldCredentialsException(java.lang.String message)
           
OldCredentialsException(java.lang.String message, java.lang.Throwable ex)
           
 
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

OldCredentialsException

public OldCredentialsException(java.lang.String message)
Parameters:
message - describing the exception.
Since:
0.5.2008.06.02

OldCredentialsException

public OldCredentialsException(java.lang.String message,
                               java.lang.Throwable ex)
Parameters:
message - describing the exception
ex - the error or exception that caused this exception
Since:
0.5.2008.06.02