javax.rad.server
Class NotFoundException

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

public class NotFoundException
extends java.lang.SecurityException

The NotFoundException is a SecurityException in case that something was not found.

See Also:
Serialized Form

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

NotFoundException

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

Parameters:
pMessage - the message


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.