org.apache.geronimo.common
Class UnresolvedReferenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.geronimo.common.DeploymentException
              extended byorg.apache.geronimo.common.UnresolvedReferenceException
All Implemented Interfaces:
Serializable

public class UnresolvedReferenceException
extends DeploymentException

A problem with a reference of some kind (most often a resource reference).

Version:
$Rev: 405869 $ $Date: 2006-05-12 22:51:32 +0200 (Fri, 12 May 2006) $
See Also:
Serialized Form

Constructor Summary
UnresolvedReferenceException(String resourceType, boolean multiple, String nameQuery, String moduleName)
           
 
Method Summary
 String getMessage()
           
 String getModuleName()
           
 String getNameQuery()
           
 String getResourceType()
           
 boolean isMultiple()
           
 
Methods inherited from class org.apache.geronimo.common.DeploymentException
cleanse
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UnresolvedReferenceException

public UnresolvedReferenceException(String resourceType,
                                    boolean multiple,
                                    String nameQuery,
                                    String moduleName)
Method Detail

getResourceType

public String getResourceType()

isMultiple

public boolean isMultiple()

getNameQuery

public String getNameQuery()

getModuleName

public String getModuleName()

getMessage

public String getMessage()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.