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