gov.nih.nci.caarray.services.hybridization.ejb
Class FileUploadEntryLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.hybridization.ejb.FileUploadEntryLookupException
All Implemented Interfaces:
java.io.Serializable

public class FileUploadEntryLookupException
extends java.lang.Exception

Author:
ETavela
See Also:
Serialized Form

Constructor Summary
FileUploadEntryLookupException()
           
FileUploadEntryLookupException(java.lang.String message)
           
FileUploadEntryLookupException(java.lang.String message, java.lang.Throwable cause)
           
FileUploadEntryLookupException(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

FileUploadEntryLookupException

public FileUploadEntryLookupException()

FileUploadEntryLookupException

public FileUploadEntryLookupException(java.lang.String message)
Parameters:
message -

FileUploadEntryLookupException

public FileUploadEntryLookupException(java.lang.String message,
                                      java.lang.Throwable cause)
Parameters:
message -
cause -

FileUploadEntryLookupException

public FileUploadEntryLookupException(java.lang.Throwable cause)
Parameters:
cause -