org.tap4j.producer
Class ProducerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.