hudson.plugins.mantis
Class MantisHandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hudson.plugins.mantis.MantisHandlingException
All Implemented Interfaces:
java.io.Serializable

public final class MantisHandlingException
extends java.lang.Exception

Mantis handling Exception.

Author:
Seiji Sogabe
See Also:
Serialized Form

Constructor Summary
MantisHandlingException()
           
MantisHandlingException(java.lang.String message)
           
MantisHandlingException(java.lang.String message, java.lang.Throwable cause)
           
MantisHandlingException(java.lang.Throwable cause)
           
 
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

MantisHandlingException

public MantisHandlingException()

MantisHandlingException

public MantisHandlingException(java.lang.String message)

MantisHandlingException

public MantisHandlingException(java.lang.Throwable cause)

MantisHandlingException

public MantisHandlingException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.