Class GeneratedTxConfigNotFoundException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class GeneratedTxConfigNotFoundException extends Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumGeneratedTxConfigNotFoundException.ErrorCode
-
Constructor Summary
Constructors Constructor Description GeneratedTxConfigNotFoundException(GeneratedTxConfigNotFoundException.ErrorCode errorCode)
-
Method Summary
Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
GeneratedTxConfigNotFoundException
GeneratedTxConfigNotFoundException(GeneratedTxConfigNotFoundException.ErrorCode errorCode)
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-