com.ptc.windchill.index.common
Class RwareInterfaceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.windchill.index.common.RwareInterfaceException
All Implemented Interfaces:
Serializable

public class RwareInterfaceException
extends Exception

Exception generated during index loading.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RwareInterfaceException()
          RwareInterfaceException constructor.
RwareInterfaceException(Exception e)
          RwareInterfaceException constructor.
RwareInterfaceException(Exception e, String msg)
          RwareInterfaceException Constructor.
RwareInterfaceException(String message)
          RwareInterfaceException constructor.
 
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

RwareInterfaceException

public RwareInterfaceException()
RwareInterfaceException constructor.


RwareInterfaceException

public RwareInterfaceException(String message)
RwareInterfaceException constructor.

Parameters:
message - brief description of problem.

RwareInterfaceException

public RwareInterfaceException(Exception e)
RwareInterfaceException constructor.

Parameters:
e -

RwareInterfaceException

public RwareInterfaceException(Exception e,
                               String msg)
RwareInterfaceException Constructor.

Parameters:
e -
msg -