com.novell.admin.rbs
Class RBSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.novell.admin.rbs.RBSException
All Implemented Interfaces:
java.io.Serializable

public class RBSException
extends java.lang.Exception

Exception class specific to the rbs package.


Field Summary
static int EFFECTIVE_TIME_NOT_FOUND
           
static int INVALID_RELATION
           
static int INVALID_SCOPE_INDEX
           
static int OBJECT_NOT_FOUND_IN_ROLE
           
static int ROLE_NOT_FOUND_IN_OBJECT
           
 
Constructor Summary
RBSException(int exceptionType)
          Constructor.
 
Method Summary
 java.lang.String getLocalizedMessage()
          Gets the localized message based on the exception type.
 int getType()
          Gets exception type.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID_SCOPE_INDEX

public static final int INVALID_SCOPE_INDEX

INVALID_RELATION

public static final int INVALID_RELATION

ROLE_NOT_FOUND_IN_OBJECT

public static final int ROLE_NOT_FOUND_IN_OBJECT

OBJECT_NOT_FOUND_IN_ROLE

public static final int OBJECT_NOT_FOUND_IN_ROLE

EFFECTIVE_TIME_NOT_FOUND

public static final int EFFECTIVE_TIME_NOT_FOUND
Constructor Detail

RBSException

public RBSException(int exceptionType)
Constructor.
Parameters:
exceptionType - The type of RBSException as defined above.
Method Detail

getType

public int getType()
Gets exception type.
Returns:
int representing the exception type.

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Gets the localized message based on the exception type.
Returns:
String with message.
Overrides:
getLocalizedMessage in class java.lang.Throwable


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.