Package com.eatthepath.noise
Class NoSuchPatternException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.eatthepath.noise.NoSuchPatternException
- All Implemented Interfaces:
Serializable
Indicates that a named pattern is not a recognized fundamental or deferred Noise handshake pattern and cannot be
derived by modifying a recognized fundamental or deferred Noise handshake pattern.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchPatternException
(String patternName) Constructs a new "no such pattern" exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPatternException
Constructs a new "no such pattern" exception.- Parameters:
patternName
- the name of the requested handshake pattern
-