VistALink v1.6

gov.va.med.vistalink.institution
Class InstitutionMappingNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.va.med.exception.FoundationsException
              extended by gov.va.med.vistalink.institution.InstitutionMappingNotFoundException
All Implemented Interfaces:
FoundationsExceptionInterface, java.io.Serializable

public class InstitutionMappingNotFoundException
extends FoundationsException

Represents a failure to retrieve an institution mapping based on station number, due to requested station number not being found in the list of instituion mappings maintained by the InstitutionMapping instance.

See Also:
Serialized Form

Constructor Summary
InstitutionMappingNotFoundException()
          Exception constructor.
InstitutionMappingNotFoundException(java.lang.Exception nestedException)
          Exception constructor.
InstitutionMappingNotFoundException(java.lang.String message)
          Exception constructor.
InstitutionMappingNotFoundException(java.lang.String message, java.lang.Exception nestedException)
          Exception constructor.
 
Method Summary
 
Methods inherited from class gov.va.med.exception.FoundationsException
getFullStackTrace, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstitutionMappingNotFoundException

public InstitutionMappingNotFoundException()
Exception constructor.

 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

InstitutionMappingNotFoundException

public InstitutionMappingNotFoundException(java.lang.String message)
Exception constructor.

Parameters:
message - Exception message.
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

InstitutionMappingNotFoundException

public InstitutionMappingNotFoundException(java.lang.Exception nestedException)
Exception constructor.

Parameters:
nestedException - A nested exception.
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

InstitutionMappingNotFoundException

public InstitutionMappingNotFoundException(java.lang.String message,
                                           java.lang.Exception nestedException)
Exception constructor.

Parameters:
message - Exception message.
nestedException - A nested exception.
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

VistALink v1.6

VistALink v1.6