com.bea.p13n.management.data
Class DataManagementException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.p13n.management.data.DataManagementException
- public abstract class DataManagementException
- extends ApplicationException
Base Exception class for Adactus. All data deployment exceptions extend
this class. The constructors provided are in-line with those expected
in the Exception infastructure coming in Java 1.4.
The base ApplicationException class provides basic exception chaining.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
DataManagementException
public DataManagementException()
DataManagementException
public DataManagementException(java.lang.String msg)
DataManagementException
public DataManagementException(java.lang.Throwable embedded)
DataManagementException
public DataManagementException(java.lang.String msg,
java.lang.Throwable embedded)
getEmbeddedException
public java.lang.Throwable getEmbeddedException()
getMessage
public java.lang.String getMessage()
- Overrides:
- getMessage in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
- toString in class ApplicationException
Copyright © 2002 BEA Systems, Inc. All Rights Reserved