things.common
Class PuntRetryableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by things.common.PuntRetryableException
All Implemented Interfaces:
java.io.Serializable

public class PuntRetryableException
extends java.lang.Exception

A very simple PUNT for a retriable operation..

Version:
1.0

Version History

EPG - Initial - 11 DEC 07
 
Author:
Erich P. Gatejen
See Also:
Serialized Form

Constructor Summary
PuntRetryableException()
           
PuntRetryableException(java.lang.String message)
           
 
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

PuntRetryableException

public PuntRetryableException()

PuntRetryableException

public PuntRetryableException(java.lang.String message)


Things.