VistALink v1.6

gov.va.med.crypto
Class VistaKernelHashCountLimitExceededException

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.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 "]]>").

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.
 
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

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.6

VistALink v1.6