Package org.stellar.anchor.exception
Class SepValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.stellar.anchor.exception.SepException
-
- org.stellar.anchor.exception.SepValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class SepValidationException extends SepException
The exception thrown by the SEP controller validation process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SepValidationException(java.lang.String message)SepValidationException(java.lang.String message, java.lang.Exception cause)
-