Package mireka.pop.store
Class InvalidUidFileException
- Object
-
- Throwable
-
- Exception
-
- mireka.pop.store.MaildropException
-
- mireka.pop.store.InvalidUidFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidUidFileException extends MaildropException
Indicates that the file storing the last allocated UID is invalid. This means the maildrop is corrupt.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidUidFileException()InvalidUidFileException(String message)InvalidUidFileException(String message, Throwable cause)InvalidUidFileException(Throwable cause)
-
-
-
Constructor Detail
-
InvalidUidFileException
public InvalidUidFileException()
-
InvalidUidFileException
public InvalidUidFileException(String message, Throwable cause)
-
InvalidUidFileException
public InvalidUidFileException(String message)
-
InvalidUidFileException
public InvalidUidFileException(Throwable cause)
-
-