public class TallyException
extends java.lang.Exception
TallyException
is a generic exception for all failures in the Tally API.Constructor and Description |
---|
TallyException(java.lang.String message)
Creates a TallyException.
|
TallyException(java.lang.String message,
java.lang.Throwable cause)
Creates a TallyException.
|
TallyException(java.lang.Throwable cause)
Creates a TallyException.
|
public TallyException(java.lang.String message)
message
- A message that is to be goes with the exceptionpublic TallyException(java.lang.String message, java.lang.Throwable cause)
message
- A message that goes with the exceptioncause
- The underlying cause for the exceptionpublic TallyException(java.lang.Throwable cause)
cause
- The underlying cause for the exceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved