org.miv.mbox
Class CannotPostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CannotPostException(String message)
          New post exception.
 
Method Summary
 
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

CannotPostException

public CannotPostException(String message)
New post exception.

Parameters:
message - The reason.


Copyright © 2011. All Rights Reserved.