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
| 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 |
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