Package mireka.transmission.queue
Class QueueStorageException
- Object
-
- Throwable
-
- Exception
-
- mireka.transmission.LocalMailSystemException
-
- mireka.transmission.queue.QueueStorageException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueueStorageException extends LocalMailSystemException
Signals that a mail cannot be stored, moved or accepted because of a local error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueueStorageException(String message, EnhancedStatus errorStatus)Constructs a new exception with the specified detail message.QueueStorageException(Throwable e, EnhancedStatus errorStatus)QueueStorageException(EnhancedStatus errorStatus)
-
Method Summary
-
Methods inherited from class mireka.transmission.LocalMailSystemException
errorStatus
-
-
-
-
Constructor Detail
-
QueueStorageException
public QueueStorageException(String message, EnhancedStatus errorStatus)Constructs a new exception with the specified detail message.
-
QueueStorageException
public QueueStorageException(Throwable e, EnhancedStatus errorStatus)
-
QueueStorageException
public QueueStorageException(EnhancedStatus errorStatus)
-
-