javax.rad.server
Class ExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by javax.rad.server.ExpiredException
All Implemented Interfaces:
java.io.Serializable

public class ExpiredException
extends java.lang.SecurityException

The ExpiredException is a SecurityException in case that something was expired.

See Also:
Serialized Form

Constructor Summary
ExpiredException(java.lang.String pMessage)
          Constructs a new ExpiredException with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ExpiredException

public ExpiredException(java.lang.String pMessage)
Constructs a new ExpiredException with the specified message.

Parameters:
pMessage - the message


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.