Package org.wildfly.channel
Class InvalidChannelMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.wildfly.channel.InvalidChannelMetadataException
-
- All Implemented Interfaces:
Serializable
public class InvalidChannelMetadataException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidChannelMetadataException(String message, List<String> messages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()List<String>getValidationMessages()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-