com.pega.pegarules.pub.util
Class RDBSchemaGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pega.pegarules.pub.util.RDBSchemaGeneratorException
All Implemented Interfaces:
java.io.Serializable

public class RDBSchemaGeneratorException
extends java.lang.Exception

This class defines RDB Schema Generator Exception

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
Srikanth Tadi
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
RDBSchemaGeneratorException()
          Constructor for RDBSchemaGeneratorException.
RDBSchemaGeneratorException(java.lang.String aFaultString)
          Constructor for RDBSchemaGeneratorException.
RDBSchemaGeneratorException(java.lang.String aFaultCode, java.lang.String aFaultString)
          Constructor for RDBSchemaGeneratorException.
 
Method Summary
 java.lang.String getFaultCode()
          Method to get the FaultCode.
 java.lang.String getFaultString()
          Method to get the FaultString.
 java.lang.String getMessage()
          Method to get the Message.
 java.lang.String toString()
          Appends the optional exceptions toString information to this class if one exists.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

RDBSchemaGeneratorException

public RDBSchemaGeneratorException(java.lang.String aFaultCode,
                                   java.lang.String aFaultString)
Constructor for RDBSchemaGeneratorException. This will accept fault code and fault string as parameters

Parameters:
aFaultCode - parameter for fault code
aFaultString - parameter for fault string

RDBSchemaGeneratorException

public RDBSchemaGeneratorException(java.lang.String aFaultString)
Constructor for RDBSchemaGeneratorException. This will accept fault string as parameter

Parameters:
aFaultString - parameter for fault string

RDBSchemaGeneratorException

public RDBSchemaGeneratorException()
Constructor for RDBSchemaGeneratorException.

Method Detail

getFaultCode

public java.lang.String getFaultCode()
Method to get the FaultCode.

Returns:
String

getFaultString

public java.lang.String getFaultString()
Method to get the FaultString.

Returns:
String

getMessage

public java.lang.String getMessage()
Method to get the Message.

Overrides:
getMessage in class java.lang.Throwable
Returns:
String

toString

public java.lang.String toString()
Appends the optional exceptions toString information to this class if one exists.

Overrides:
toString in class java.lang.Throwable
Returns:
String.


Copyright © 2012 Pegasystems Inc. All Rights Reserved.