Class GeneratedTxConfigNotFoundException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class GeneratedTxConfigNotFoundException extends Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
GeneratedTxConfigNotFoundException.ErrorCode
-
Constructor Summary
Constructors Constructor Description GeneratedTxConfigNotFoundException(GeneratedTxConfigNotFoundException.ErrorCode errorCode)
-
Method Summary
Modifier and Type Method Description String
getMessage()
-
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()
-
-
-
-