com.sapportals.wcm.crt

Class ConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.wcm.crt.CascadingException
              extended by com.sapportals.wcm.crt.ConstructionException
All Implemented Interfaces:
Serializable

public final class ConstructionException
extends CascadingException

Thrown by a handler if the component could not be instanciated (most likely it has no default constructor).

Copyright (c) SAP AG 2001-2002

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sapportals.wcm.crt.CascadingException
ex
 
Constructor Summary
ConstructionException(String message)
          Construct a new instance.
ConstructionException(String message, Throwable throwable)
          Construct a new instance.
 
Method Summary
 
Methods inherited from class com.sapportals.wcm.crt.CascadingException
getContainedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructionException

public ConstructionException(String message)
Construct a new instance.

Parameters:
message - The message for this exception.

ConstructionException

public ConstructionException(String message,
                             Throwable throwable)
Construct a new instance.

Parameters:
message - The message for this exception.
throwable - the root cause of the exception.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice