com.metamatrix.admin.api.exception
Class AdminComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.admin.api.exception.AdminException
com.metamatrix.admin.api.exception.AdminComponentException
- All Implemented Interfaces:
- java.io.Serializable
public final class AdminComponentException
- extends AdminException
An AdminComponentException is thrown when an error occurs as a
result of an internal component error.
This exception class is capable of containing multiple exceptions. See
AdminException for details.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AdminComponentException
public AdminComponentException()
- No-arg ctor.
- Since:
- 4.3
AdminComponentException
public AdminComponentException(java.lang.String msg)
- Construct with a message.
- Parameters:
msg - the error message.- Since:
- 4.3
AdminComponentException
public AdminComponentException(java.lang.Throwable cause)
AdminComponentException
public AdminComponentException(int code,
java.lang.String msg)
- Construct with an optional error code and a message.
- Parameters:
code - an optional error codemsg - the error message.- Since:
- 4.3
AdminComponentException
public AdminComponentException(java.lang.String msg,
java.lang.Throwable cause)
AdminComponentException
public AdminComponentException(int code,
java.lang.String msg,
java.lang.Throwable cause)
Copyright © 2009. All Rights Reserved.