br.shob
Class IncompatibleProxyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--br.shob.IncompatibleProxyException
All Implemented Interfaces:
Serializable

public class IncompatibleProxyException
extends Exception

Version:
$Revision: 1.4 $
Author:
crolmos, dukejeffrie
See Also:
Serialized Form
Created:
Jun 13, 2002

Constructor Summary
IncompatibleProxyException()
          Creates new IncompatibleProxyException without detail message.
IncompatibleProxyException(String msg)
          Constructs an IncompatibleProxyException with the specified detail message.
 
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

IncompatibleProxyException

public IncompatibleProxyException()
Creates new IncompatibleProxyException without detail message.


IncompatibleProxyException

public IncompatibleProxyException(String msg)
Constructs an IncompatibleProxyException with the specified detail message.

Parameters:
msg - the detail message.