Skip navigation links
com.essbase.eas.essbase.ui.outline
Class DeleteMembersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.essbase.eas.essbase.ui.outline.DeleteMembersException
- All Implemented Interfaces:
- java.io.Serializable
-
public class DeleteMembersException
- extends java.lang.Exception
Encapsulates exceptions for delete members
- Since:
- 7.1.0
- Version:
- 7.1.0
- Author:
- Madhavi Bolisetty
- See Also:
- Serialized Form
| Field Summary |
static short |
DELETE_CANCELLED
delete cancelled while associating data |
static short |
GENERIC
value for a generic alias table exception |
| Method Summary |
short |
getErrorType()
returns the sub-type for this exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GENERIC
public static final short GENERIC
- value for a generic alias table exception
- See Also:
- Constant Field Values
DELETE_CANCELLED
public static final short DELETE_CANCELLED
- delete cancelled while associating data
- See Also:
- Constant Field Values
DeleteMembersException
public DeleteMembersException()
- Constructs a DeleteMembersException with no detail message.
DeleteMembersException
public DeleteMembersException(short errorType)
- Constructs an DeleteMembersException with a specific subtype.
DeleteMembersException
public DeleteMembersException(java.lang.String msg)
- Constructs a DeleteMembersException with the specified detail message.
- Parameters:
msg - the detail message.
getErrorType
public short getErrorType()
- returns the sub-type for this exception.
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.