|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
org.jasig.portal.jndi.PortalNamingException
public class PortalNamingException
PortalNamingException
Field Summary |
---|
Fields inherited from class javax.naming.NamingException |
---|
remainingName, resolvedName, resolvedObj, rootException |
Constructor Summary | |
---|---|
PortalNamingException(java.lang.String explanation)
Instantiate a PortalNamingException with the given explanation of the problem. |
|
PortalNamingException(java.lang.String message,
java.lang.Throwable cause)
Instantiate a PortalNameingException with the given explanation and cause. |
Method Summary |
---|
Methods inherited from class javax.naming.NamingException |
---|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PortalNamingException(java.lang.String explanation)
explanation
- explanation of the problempublic PortalNamingException(java.lang.String message, java.lang.Throwable cause)
message
- message describing problemcause
- underlying cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |