Package nl.esciencecenter.xenon
Class XenonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.esciencecenter.xenon.XenonException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AttributeNotSupportedException,CopyCancelledException,DirectoryNotEmptyException,FileSystemClosedException,IncompleteJobDescriptionException,InvalidCredentialException,InvalidJobDescriptionException,InvalidLocationException,InvalidOptionsException,InvalidPathException,InvalidPropertyException,InvalidResumeTargetException,NoSuchCopyException,NoSuchJobException,NoSuchPathException,NoSuchQueueException,PathAlreadyExistsException,PropertyTypeException,UnknownAdaptorException,UnknownPropertyException,UnsupportedJobDescriptionException,UnsupportedOperationException
public class XenonException extends java.lang.ExceptionXenonException is the parent exception for all exceptions raised in Xenon. Next to the regular exception message and cause, XenonException add a source adaptor name to all exceptions.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XenonException(java.lang.String adaptorName, java.lang.String message)XenonException(java.lang.String adaptorName, java.lang.String message, java.lang.Throwable t)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetMessage()
-