org.apache.beehive.wsm.jsr181.model.jsr181
Class InvalidFileType

Object
  extended by Throwable
      extended by Exception
          extended by InvalidFileType
All Implemented Interfaces:
Serializable

public class InvalidFileType
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidFileType()
           
InvalidFileType(String arg0)
           
InvalidFileType(String arg0, Throwable arg1)
           
InvalidFileType(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFileType

public InvalidFileType()

InvalidFileType

public InvalidFileType(String arg0)
Parameters:
arg0 -

InvalidFileType

public InvalidFileType(String arg0,
                       Throwable arg1)
Parameters:
arg0 -
arg1 -

InvalidFileType

public InvalidFileType(Throwable arg0)
Parameters:
arg0 -