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