javax.rad.server
Class InactiveException

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.InactiveException
All Implemented Interfaces:
java.io.Serializable

public class InactiveException
extends java.lang.SecurityException

The InactiveException is a SecurityException in case that something is inactive.

See Also:
Serialized Form

Constructor Summary
InactiveException(java.lang.String pMessage)
          Constructs a new InactiveException 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

InactiveException

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

Parameters:
pMessage - the message


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.