net.ontopia.utils
Class OntopiaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.utils.OntopiaRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActionRuntimeException, ConstraintViolationException, DB2TMException, JTMException, NoActionDataFoundException, NoSuchTopicException, OntopiaLicenseException, OntopiaUnsupportedException, OntopolyModelRuntimeException, PersistenceRuntimeException, PhantomAccessException, RDFMappingException, ReadOnlyException, ReferenceNotOpenException, StoreDeletedException, StoreNotOpenException, TransactionNotActiveException, VizigatorReportException
public class OntopiaRuntimeException
- extends RuntimeException
PUBLIC: A runtime exception class that can be used to wrap other
exceptions with. This is the most generic runtime exception
used.
- See Also:
- Serialized Form
cause
protected Throwable cause
OntopiaRuntimeException
public OntopiaRuntimeException(String message)
OntopiaRuntimeException
public OntopiaRuntimeException(Throwable cause)
OntopiaRuntimeException
public OntopiaRuntimeException(String message,
Throwable cause)
- Since:
- 1.3
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
- Since:
- 1.3
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- Since:
- 1.3.2
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in class Throwable
Copyright © 2000-2012 Ontopia.