Class RAP.RepositorySystemError
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RAP.RepositorySystemError

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----UserException
                           |
                           +----RAP.RepositorySystemError

public final class RepositorySystemError
extends UserException
implements Cloneable

Variable Index

 o ExceptionCode
 o ExceptionString

Constructor Index

 o RAP.RepositorySystemError()
 o RAP.RepositorySystemError(int, String)

Method Index

 o clone()

Variables

 o ExceptionCode
public int ExceptionCode
 o ExceptionString
public java.lang.String ExceptionString

Constructors

 o RepositorySystemError
public RepositorySystemError()
 o RepositorySystemError
public RepositorySystemError(int ExceptionCode,
                             String ExceptionString)

Methods

 o clone
public java.lang.Object clone()
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index