Package nl.esciencecenter.xenon
Class XenonRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nl.esciencecenter.xenon.XenonRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class XenonRuntimeException extends java.lang.RuntimeException
XenonRuntimeException is the parent for all runtime exceptions raised in Xenon. Next to the regular exception message and cause, XenonRuntimeException add a source adaptor name to all runtime exceptions.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XenonRuntimeException(java.lang.String adaptorName, java.lang.String message)
XenonRuntimeException(java.lang.String adaptorName, java.lang.String message, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-