Groovy Documentation

com.ace.mws.plugins
[Java] Class InvalidPluginTypeException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          com.ace.mws.plugins.InvalidPluginTypeException

public class InvalidPluginTypeException
extends Exception

Signifies that the plugin type specified is invalid and does not exist.

Authors:
bsaville


Field Summary
private static long serialVersionUID

 
Constructor Summary
InvalidPluginTypeException()

InvalidPluginTypeException(String message)

InvalidPluginTypeException(String message, Exception ex)

 
Method Summary
 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Throwable
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Field Detail

serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

InvalidPluginTypeException

public InvalidPluginTypeException()


InvalidPluginTypeException

public InvalidPluginTypeException(String message)


InvalidPluginTypeException

public InvalidPluginTypeException(String message, Exception ex)


 

Groovy Documentation