com.sap.portal.admin.wizard.exceptions
Class DescriptorNotCreatedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.portal.admin.wizard.exceptions.ObjectNotCreatedException
                    |
                    +--com.sap.portal.admin.wizard.exceptions.DescriptorNotCreatedException
All Implemented Interfaces:
java.io.Serializable

public class DescriptorNotCreatedException
extends ObjectNotCreatedException

DescriptorNotCreatedException implies that the object descriptor was not created when it should have (a private case of failure in creation of the new object), and prints the error message and/or stackTrace to log and/or to screen.

See Also:
Serialized Form

Constructor Summary
DescriptorNotCreatedException(java.lang.String msg)
           
DescriptorNotCreatedException(java.lang.Throwable t, java.lang.String msg)
          Constructor @param t nested exception Constructor @param msg output message
 
Methods inherited from class com.sap.portal.admin.wizard.exceptions.ObjectNotCreatedException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptorNotCreatedException

public DescriptorNotCreatedException(java.lang.String msg)

DescriptorNotCreatedException

public DescriptorNotCreatedException(java.lang.Throwable t,
                                     java.lang.String msg)
Constructor @param t nested exception Constructor @param msg output message