FileNet Content Services
Java Connector v3.0

com.filenet.Panagon
Class MethodNotImplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.filenet.wcm.api.BaseRuntimeException
                  extended bycom.filenet.Panagon.MethodNotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotImplementedException
extends BaseRuntimeException

This exception is thrown when requested method is not found.

See Also:
CS Java Toolkit Developer's Guide, Serialized Form

Constructor Summary
MethodNotImplementedException()
           
MethodNotImplementedException(java.lang.String s)
           
MethodNotImplementedException(java.lang.String s, int faultCode)
           
MethodNotImplementedException(java.lang.String s, java.lang.Integer faultCode)
           
 
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException
getFaultCode, setFaultCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNotImplementedException

public MethodNotImplementedException()

MethodNotImplementedException

public MethodNotImplementedException(java.lang.String s)

MethodNotImplementedException

public MethodNotImplementedException(java.lang.String s,
                                     int faultCode)

MethodNotImplementedException

public MethodNotImplementedException(java.lang.String s,
                                     java.lang.Integer faultCode)

FileNet Content Services
Java Connector v3.0