['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
|