gov.nih.nci.caarray.services.external.v1_0
Class ApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.external.v1_0.ApiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataTransferException, InconsistentDataSetsException, InvalidInputException

public class ApiException
extends java.lang.Exception

Base class for exceptions for the External API.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
ApiException()
          Constructor for no message.
ApiException(java.lang.String msg)
          Constructor with message.
 
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

ApiException

public ApiException()
Constructor for no message.


ApiException

public ApiException(java.lang.String msg)
Constructor with message.

Parameters:
msg - provides detailed description of the exception.