org.apache.geronimo.common
Class UnresolvedReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.common.DeploymentException
              extended by org.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).

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, cleanse, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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()
Overrides:
getMessage in class Throwable


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