javax.rad.server
Class InactiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
javax.rad.server.InactiveException
- All Implemented Interfaces:
- Serializable
public class InactiveException
- extends SecurityException
The InactiveException is a SecurityException in case that something
is inactive.
- See Also:
- Serialized Form
|
Constructor Summary |
InactiveException(String pMessage)
Constructs a new InactiveException with the specified message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InactiveException
public InactiveException(String pMessage)
- Constructs a new
InactiveException with the specified message.
- Parameters:
pMessage - the message
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.