VistALink v1.5.0.026

gov.va.med.crypto
Class VistaKernelHashCountLimitExceededException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygov.va.med.exception.FoundationsException
              extended bygov.va.med.crypto.VistaKernelHashCountLimitExceededException
All Implemented Interfaces:
FoundationsExceptionInterface, java.io.Serializable

public class VistaKernelHashCountLimitExceededException
extends 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 "]]>").

Version:
1.5.0.026
Author:
Application Modernization - Foundations Team
See Also:
VistaKernelHash, Serialized Form

Constructor Summary
VistaKernelHashCountLimitExceededException()
          Constructor for VistaKernelHashCountLimitExceededException.
VistaKernelHashCountLimitExceededException(java.lang.Exception nestedException)
          Constructor for VistaKernelHashCountLimitExceededException.
VistaKernelHashCountLimitExceededException(java.lang.String msg)
          Constructor for VistaKernelHashCountLimitExceededException.
VistaKernelHashCountLimitExceededException(java.lang.String msg, java.lang.Exception nestedException)
          Constructor for VistaKernelHashCountLimitExceededException.
 
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

VistaKernelHashCountLimitExceededException

public VistaKernelHashCountLimitExceededException()
Constructor for VistaKernelHashCountLimitExceededException.

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

VistaKernelHashCountLimitExceededException

public VistaKernelHashCountLimitExceededException(java.lang.String msg)
Constructor for VistaKernelHashCountLimitExceededException.

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

VistaKernelHashCountLimitExceededException

public VistaKernelHashCountLimitExceededException(java.lang.Exception nestedException)
Constructor for VistaKernelHashCountLimitExceededException.

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

VistaKernelHashCountLimitExceededException

public VistaKernelHashCountLimitExceededException(java.lang.String msg,
                                                  java.lang.Exception nestedException)
Constructor for VistaKernelHashCountLimitExceededException.

Parameters:
msg - error message
nestedException - an exception to nest
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

VistALink v1.5.0.026

VistALink v1.5.0.026