gov.va.med.crypto
Class VistaKernelHashCountLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.va.med.exception.FoundationsException
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 "]]>").
- Version:
- 1.5.0.026
- Author:
- Application Modernization - Foundations Team
- See Also:
VistaKernelHash
,
Serialized Form
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 |
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 messagenestedException
- an exception to nest-
NOT FOR PUBLIC USE This constructor, method or field is not for public use. |
VistALink v1.5.0.026