|
||||||||||
| 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.james.mailboxmanager.manager.SubscriptionException
public class SubscriptionException
Indicates exception during subscription processing.
| Constructor Summary | |
|---|---|
SubscriptionException(HumanReadableTextKey key)
|
|
SubscriptionException(HumanReadableTextKey key,
java.lang.Throwable cause)
|
|
SubscriptionException(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
HumanReadableTextKey |
getKey()
Gets the message key. |
| 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 |
|---|
public SubscriptionException(HumanReadableTextKey key,
java.lang.Throwable cause)
public SubscriptionException(HumanReadableTextKey key)
public SubscriptionException(java.lang.Throwable cause)
| Method Detail |
|---|
public final HumanReadableTextKey getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||