org.zerofun.maven.im
Class MavenIMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.zerofun.maven.im.MavenIMException
All Implemented Interfaces:
java.io.Serializable

public class MavenIMException
extends java.lang.Exception

Exception class for the Maven IM plugin.

Version:
$Revision: 1.1 $
Author:
Sam Mulube
See Also:
Serialized Form

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

MavenIMException

public MavenIMException()
Default constructor.


MavenIMException

public MavenIMException(java.lang.String message)
Parameters:
message -

MavenIMException

public MavenIMException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message -
cause -

MavenIMException

public MavenIMException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2003 Zerofun Software. All Rights Reserved.