org.apache.james.mailboxmanager.manager
Class SubscriptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.mailboxmanager.manager.SubscriptionException
All Implemented Interfaces:
java.io.Serializable

public class SubscriptionException
extends java.lang.Exception

Indicates exception during subscription processing.

See Also:
Serialized Form

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

SubscriptionException

public SubscriptionException(HumanReadableTextKey key,
                             java.lang.Throwable cause)

SubscriptionException

public SubscriptionException(HumanReadableTextKey key)

SubscriptionException

public SubscriptionException(java.lang.Throwable cause)
Method Detail

getKey

public final HumanReadableTextKey getKey()
Gets the message key.

Returns:
the key, possibly null


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.