Class UnknownArtifactTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownArtifactTypeException
    extends EarPluginException
    Thrown if an unknown artifact type is encountered.
    Version:
    $Id: UnknownArtifactTypeException.java 1645331 2014-12-13 17:31:09Z khmarbaise $
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownArtifactTypeException

        public UnknownArtifactTypeException()
        Create an instance.
      • UnknownArtifactTypeException

        public UnknownArtifactTypeException​(java.lang.String message)
        Parameters:
        message - The message of the problem.