public class TallyException extends Exception
TallyException is a generic exception for all failures in the Tally API.| Constructor and Description |
|---|
TallyException(String message)
Creates a TallyException.
|
TallyException(String message,
Throwable cause)
Creates a TallyException.
|
TallyException(Throwable cause)
Creates a TallyException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TallyException(String message)
message - A message that is to be goes with the exceptionpublic TallyException(String message, Throwable cause)
message - A message that goes with the exceptioncause - The underlying cause for the exceptionpublic TallyException(Throwable cause)
cause - The underlying cause for the exception"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"