issrg.pba.management.agent.managed
Class OldCredentialsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
issrg.utils.EmbeddedException
issrg.pba.PbaException
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
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 |
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 exceptionex
- the error or exception that caused this exception- Since:
- 0.5.2008.06.02