com.ibm.workplace.wcm.api.exceptions
Class ComponentNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.workplace.wcm.api.exceptions.WCMException
              extended bycom.ibm.workplace.wcm.api.exceptions.ComponentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ComponentNotFoundException
extends WCMException

A ComponentNotFoundException is thrown if the API user attempts to access a component that does not exist.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright statement
 
Fields inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
ERR_APTRIX
 
Constructor Summary
  ComponentNotFoundException()
          Constructor.
  ComponentNotFoundException(java.lang.String msg)
          Constructs a new exception with the given message.
  ComponentNotFoundException(java.lang.String detail, java.lang.Throwable cause)
          Constructor that requires detail plus a cause exception
protected ComponentNotFoundException(java.lang.Throwable cause)
          Constructor to only be used by sub classes
 
Methods inherited from class com.ibm.workplace.wcm.api.exceptions.WCMException
getCause, getErrorCode, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement

See Also:
Constant Field Values
Constructor Detail

ComponentNotFoundException

public ComponentNotFoundException()
Constructor.


ComponentNotFoundException

public ComponentNotFoundException(java.lang.String msg)
Constructs a new exception with the given message.

Parameters:
msg - the message

ComponentNotFoundException

protected ComponentNotFoundException(java.lang.Throwable cause)
Constructor to only be used by sub classes

Parameters:
cause - the exception that caused this exception

ComponentNotFoundException

public ComponentNotFoundException(java.lang.String detail,
                                  java.lang.Throwable cause)
Constructor that requires detail plus a cause exception

Parameters:
detail - a message description extra information about the exception
cause - the exception that caused this exception