com.esri.sde.sdk.client
Class SeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.sde.sdk.client.SeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SeDoesNotExistException, SeExistsException, SeInvalidShapeException, SeInvalidValueException, SeNoAccessException, SeWarningException

public class SeException
extends java.lang.Exception

Thrown when an ArcSDE specific error has occurred.

See Also:
Serialized Form

Method Summary
 SeError getSeError()
          Returns the ArcSde error object.
 void printStackTrace()
          Prints this throwable and its backtrace to the standard error stream.
 void printStackTrace(java.io.PrintStream outputStream)
          Prints this throwable and its backtrace to the specifiec output stream.
 void printStackTrace(java.io.PrintWriter outputStream)
          Prints this throwable and its backtrace to the specifiec output stream.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSeError

public SeError getSeError()
Returns the ArcSde error object.

Returns:
SeError

printStackTrace

public void printStackTrace()
Prints this throwable and its backtrace to the standard error stream. This method prints the ArcSDE error number along with its description. This is followed by any error returned from the underlying database. This method also prints a stack trace for this Throwable object.

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream outputStream)
Prints this throwable and its backtrace to the specifiec output stream. This method prints the ArcSDE error number along with its description. This is followed by any error returned from the underlying database. This method also prints a stack trace for this Throwable object.

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter outputStream)
Prints this throwable and its backtrace to the specifiec output stream. This method prints the ArcSDE error number along with its description. This is followed by any error returned from the underlying database. This method also prints a stack trace for this Throwable object.

Overrides:
printStackTrace in class java.lang.Throwable