Print Page as PDF
vljFoundationsLib Exceptions ICR (5245)

vljFoundationsLib Exceptions    ICR (5245)

Name Value
NUMBER 5245
IA # 5245
DATE CREATED 2008/07/09
CUSTODIAL PACKAGE FOUNDATIONS
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME vljFoundationsLib Exceptions
GENERAL DESCRIPTION
Exceptions that can be thrown from public methods of
classes distributed in vljFoundationsLib jar.
STATUS Active
KEYWORDS vistalink
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION
['gov.va.med.crypto.VistaKernelHashCountLimitExceededExcept', 'ion']
public class
VistaKernelHashCountLimitExceededException extends
gov.va.med.exception.FoundationsException.

Represents an exception identifying that the Hash Count Limit (for a call to
the VistaKernelHash encrypt method) has been exceeded. In this case, the hash
algorithm could not return an encrypted hash within a certain number of tries,
that was free of CDATA boundary character strings ("<![CDATA[" and
"]]>").
gov.va.med.exception.FoundationsException
public class FoundationsException extends Exception
implements FoundationsExceptionInterface.

FoundationsException provides adds nested exception functionality to standard
exceptions. This functionality is no longer necessary starting in Java 1.4,
whose java.lang.Throwable class introduces built-in support for nested
exceptions. However, for backwards compatibility, VistALink exceptions still
inherit from this class.
gov.va.med.net.VistaSocketException
public class VistaSocketException extends
FoundationsException.

Represents an exception thrown during read/write operations on a socket.
gov.va.med.net.VistaSocketTimeOutException
public class VistaSocketTimeOutException extends
VistaSocketException.

Represents an exception identifying a timeout has occurred during read/write
operations.
DATE ACTIVATED: JUL 11, 2008