org.tap4j.producer
Class ProducerException

Package class diagram package ProducerException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tap4j.producer.ProducerException
All Implemented Interfaces:
Serializable

public class ProducerException
extends RuntimeException

Runtime exception used by TAP producers.

Since:
1.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
ProducerException()
          Default constructor.
ProducerException(String message)
          Constructor with parameter.
ProducerException(String message, Throwable cause)
           
ProducerException(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

ProducerException

public ProducerException()
Default constructor.


ProducerException

public ProducerException(String message)
Constructor with parameter.

Parameters:
message -

ProducerException

public ProducerException(Throwable cause)
Parameters:
cause -

ProducerException

public ProducerException(String message,
                         Throwable cause)
Parameters:
message -
cause -


Copyright © 2010-2012 TupiLabs. All Rights Reserved.