org.openwms.core.util.exception
Class WrongClassTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openwms.core.util.exception.WrongClassTypeException
All Implemented Interfaces:
Serializable

public class WrongClassTypeException
extends RuntimeException

A WrongClassTypeException.

Since:
0.1
Version:
$Revision: $
Author:
Heiko Scherrer
See Also:
Serialized Form

Constructor Summary
WrongClassTypeException()
          Create a new WrongClassTypeException with a message text.
WrongClassTypeException(String message)
          Create a new WrongClassTypeException with a message text.
WrongClassTypeException(String message, Throwable cause)
          Create a new WrongClassTypeException with a message text and the root exception.
WrongClassTypeException(Throwable cause)
          Create a new WrongClassTypeException with the root exception.
 
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

WrongClassTypeException

public WrongClassTypeException()
Create a new WrongClassTypeException with a message text.


WrongClassTypeException

public WrongClassTypeException(String message)
Create a new WrongClassTypeException with a message text.

Parameters:
message - Message text as String

WrongClassTypeException

public WrongClassTypeException(Throwable cause)
Create a new WrongClassTypeException with the root exception.

Parameters:
cause - The root exception

WrongClassTypeException

public WrongClassTypeException(String message,
                               Throwable cause)
Create a new WrongClassTypeException with a message text and the root exception.

Parameters:
message - Message text as String
cause - The root exception


Copyright © 2005-2011 openwms.org. All Rights Reserved.