ogre.dms.exceptions
Class DMSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by ogre.dms.exceptions.DMSException
All Implemented Interfaces:
Serializable

public class DMSException
extends RemoteException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
DMSException()
          Default constructor.
DMSException(DMSResult result)
           
DMSException(String message)
          Constructs with message.
DMSException(String message, DMSResult result)
          Constructs with chained exception.
DMSException(String message, Throwable cause)
          Constructs with message and exception.
DMSException(Throwable cause)
          Constructs with chained exception.
DMSException(Throwable cause, DMSResult result)
          Constructs with chained exception.
 
Method Summary
 DMSResult getDMSResult()
           
 Throwable getException()
          Retrieves nested exception.
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DMSException

public DMSException()
Default constructor.


DMSException

public DMSException(String message)
Constructs with message.


DMSException

public DMSException(String message,
                    DMSResult result)
Constructs with chained exception.


DMSException

public DMSException(DMSResult result)

DMSException

public DMSException(Throwable cause,
                    DMSResult result)
Constructs with chained exception.


DMSException

public DMSException(Throwable cause)
Constructs with chained exception.


DMSException

public DMSException(String message,
                    Throwable cause)
Constructs with message and exception.

Method Detail

getDMSResult

public DMSResult getDMSResult()

getException

public Throwable getException()
Retrieves nested exception.


printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable


Copyright(c) 2005-2012 by Flowring Technology Corp., 12 F., No 120, Sec 2, Gongdao 5th Rd., Hsin-Chu City 300, Taiwan(R.O.C.) All rights reserved.