org.apache.james.postage
Class SamplingException

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

public class SamplingException
extends PostageException

base exception for all the data recording stuff

See Also:
Serialized Form

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

SamplingException

public SamplingException()

SamplingException

public SamplingException(java.lang.String message)

SamplingException

public SamplingException(java.lang.Throwable cause)

SamplingException

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


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