gov.nih.nci.caarray.common.exception
Class ImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.common.exception.ImportException
All Implemented Interfaces:
java.io.Serializable

public class ImportException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ImportException(java.lang.String reason)
          Creates a new instance of ImportException with a reason.
ImportException(java.lang.String message, java.lang.Throwable cause)
           
ImportException(java.lang.Throwable 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

ImportException

public ImportException(java.lang.String reason)
Creates a new instance of ImportException with a reason. The provided reason string will be available via the Exception.getMessage() method.

Parameters:
reason - - The reason this exception was thrown.

ImportException

public ImportException(java.lang.String message,
                       java.lang.Throwable cause)
Parameters:
message - - Message about the error that caused this exception.
cause - - Throwable that caused this exception.

ImportException

public ImportException(java.lang.Throwable cause)
Parameters:
cause - - Throwable that caused this exception.