info.sswap.ontologies.exec.api
Class ExecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.sswap.ontologies.exec.api.ExecException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArgumentTooLongException, TooManyArgumentsException

public class ExecException
extends java.lang.Exception

Root class for all Exec-specific exceptions.

Author:
Damian Gessler
See Also:
Exec, Serialized Form

Constructor Summary
ExecException()
          Creates a new exception
ExecException(java.lang.String message)
          Creates a new exception with the specified message
ExecException(java.lang.String message, java.lang.Throwable cause)
          Creates a new exception with the specified message and the underlying cause
ExecException(java.lang.Throwable cause)
          Creates a new exception with the specified underlying 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

ExecException

public ExecException()
Creates a new exception


ExecException

public ExecException(java.lang.String message)
Creates a new exception with the specified message

Parameters:
message - the specified message

ExecException

public ExecException(java.lang.Throwable cause)
Creates a new exception with the specified underlying cause

Parameters:
cause - the underlying exception that caused this exception to be generated

ExecException

public ExecException(java.lang.String message,
                     java.lang.Throwable cause)
Creates a new exception with the specified message and the underlying cause

Parameters:
message - the message describing the exception
cause - the underlying exception that caused this exception to be generated


Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.