|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.geronimo.common.DeploymentException
org.apache.geronimo.common.UnresolvedReferenceException
public class UnresolvedReferenceException
A problem with a reference of some kind (most often a resource reference).
| 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 |
|---|
public UnresolvedReferenceException(String resourceType,
boolean multiple,
String nameQuery,
String moduleName)
| Method Detail |
|---|
public String getResourceType()
public boolean isMultiple()
public String getNameQuery()
public String getModuleName()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||