com.sap.portal.admin.wizard.exceptions

Class DescriptorNotCreatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.portal.admin.wizard.exceptions.ObjectNotCreatedException
              extended by com.sap.portal.admin.wizard.exceptions.DescriptorNotCreatedException
All Implemented Interfaces:
Serializable

Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).

public class DescriptorNotCreatedException
extends ObjectNotCreatedException

The exception that indicates that the object descriptor was not created by the handler. It prints out the error message and/or stack trace to the log and/or to the screen.

See Also:
Serialized Form

Constructor Summary
DescriptorNotCreatedException(String msg)
          Deprecated. A constructor that sets the error message.
DescriptorNotCreatedException(Throwable t, String msg)
          Deprecated. A constructor that sets the error message and an optional exception that was raised while creating the descriptor.
 
Method Summary
 
Methods inherited from class com.sap.portal.admin.wizard.exceptions.ObjectNotCreatedException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptorNotCreatedException

public DescriptorNotCreatedException(String msg)
Deprecated. 
A constructor that sets the error message.

Parameters:
msg - an error message

DescriptorNotCreatedException

public DescriptorNotCreatedException(Throwable t,
                                     String msg)
Deprecated. 
A constructor that sets the error message and an optional exception that was raised while creating the descriptor.

Parameters:
t - an exception raised while creating the descriptor
msg - an error message
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/admin/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice