org.miv.mbox
Class CannotPostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.miv.mbox.CannotPostException
- All Implemented Interfaces:
- Serializable
public class CannotPostException
- extends Exception
Raised when a message cannot be posted for any reason
- Since:
- 20061210
- Author:
- Antoine Dutot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotPostException
public CannotPostException(String message)
- New post exception.
- Parameters:
message - The reason.
Copyright © 2011. All Rights Reserved.