org.codehaus.plexus.security.exception
Class UnknownEntityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.security.exception.UnknownEntityException
All Implemented Interfaces:
java.io.Serializable

public class UnknownEntityException
extends java.lang.Exception

Exception thrown when the Entity specified does not exist.

Since:
Nov 23, 2002
Author:
Dan Diephouse
See Also:
Serialized Form

Constructor Summary
UnknownEntityException()
           
 
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

UnknownEntityException

public UnknownEntityException()


Copyright © 2001-2007 Codehaus. All Rights Reserved.