public class VerificationFailedException extends RuntimeException
| Constructor and Description |
|---|
VerificationFailedException(String message,
String verificationAssetName,
String actualVerificationAssetContents)
Create an VerificationFailedException with the given message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActualVerificationAssetContents()
Returns the contents of the actual verification asset.
|
String |
getVerificationAssetName()
Returns the name of the verification that failed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VerificationFailedException(String message, String verificationAssetName, String actualVerificationAssetContents)
message - the messageverificationAssetName - actualVerificationAssetContents - public String getVerificationAssetName()
public String getActualVerificationAssetContents()
Copyright 2009-2012 Micro Focus. All Rights Reserved.