org.ops4j.lang
Class Ops4jException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ops4j.lang.Ops4jException
All Implemented Interfaces:
Serializable

public class Ops4jException
extends RuntimeException

A base class for unchecked exceptions, to be used as a wrapper for third-party checked exceptions or to be subclassed in other OPS4j projects.

Author:
Harald Wellmann
See Also:
Serialized Form

Constructor Summary
Ops4jException()
           
Ops4jException(String message)
           
Ops4jException(String message, Throwable cause)
           
Ops4jException(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

Ops4jException

public Ops4jException()

Ops4jException

public Ops4jException(String message)

Ops4jException

public Ops4jException(String message,
                      Throwable cause)

Ops4jException

public Ops4jException(Throwable cause)


Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.