JavaDoc


RepException

org.dbreplicator.replication
Class RepException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dbreplicator.replication.RepException
All Implemented Interfaces:
java.io.Serializable

public class RepException
extends java.lang.Exception

This is the replicator's exception class, It extends Exception class. When some repException occurs it's object is returned. This class overrides some standard exception methods.

See Also:
Serialized Form

Constructor Summary
RepException(java.lang.String repCode0, java.lang.Object[] params0)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getMessage(java.util.Locale locale)
           
 java.lang.String getRepCode()
           
 void SetStackTrace(RepException ex)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepException

public RepException(java.lang.String repCode0,
                    java.lang.Object[] params0)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getMessage

public java.lang.String getMessage(java.util.Locale locale)

getRepCode

public java.lang.String getRepCode()

SetStackTrace

public void SetStackTrace(RepException ex)



Powered by Drupal - Theme by Danger4k