org.apache.james.postage
Class PostageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.postage.PostageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SamplingException, StartupException

public class PostageException
extends java.lang.Exception

base exception for Postage

See Also:
Serialized Form

Constructor Summary
PostageException()
           
PostageException(java.lang.String message)
           
PostageException(java.lang.String message, java.lang.Throwable cause)
           
PostageException(java.lang.Throwable cause)
           
 
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

PostageException

public PostageException()

PostageException

public PostageException(java.lang.String message)

PostageException

public PostageException(java.lang.Throwable cause)

PostageException

public PostageException(java.lang.String message,
                        java.lang.Throwable cause)


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.