org.codehaus.mojo.license
Class ThirdPartyToolException

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

public class ThirdPartyToolException
extends Exception

An exception occurring during the execution of this tool.

Version:
$Id: ThirdPartyToolException.java 14409 2011-08-10 15:30:41Z tchemit $
Author:
tony chemit
See Also:
Serialized Form

Constructor Summary
ThirdPartyToolException(String message)
          Construct a new ThirdPartyToolException exception providing a message.
ThirdPartyToolException(String message, Exception cause)
          Construct a new ThirdPartyToolException exception wrapping an underlying Exception and providing a message.
ThirdPartyToolException(String message, Throwable cause)
          Construct a new ThirdPartyToolException exception wrapping an underlying Throwable and providing a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

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


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.