Class ThirdPartyToolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.mojo.license.api.ThirdPartyToolException
All Implemented Interfaces:
Serializable

public class ThirdPartyToolException extends Exception
An exception occurring during the execution of this tool.
Version:
$Id$
Author:
tony chemit
See Also:
  • Constructor Details

    • ThirdPartyToolException

      public ThirdPartyToolException(String message, Exception cause)
      Construct a new ThirdPartyToolException exception wrapping an underlying Exception and providing a message.
      Parameters:
      message - could be null
      cause - could be null
    • ThirdPartyToolException

      public ThirdPartyToolException(String message, Throwable cause)
      Construct a new ThirdPartyToolException exception wrapping an underlying Throwable and providing a message.
      Parameters:
      message - could be null
      cause - could be null
    • ThirdPartyToolException

      public ThirdPartyToolException(String message)
      Construct a new ThirdPartyToolException exception providing a message.
      Parameters:
      message - could be null