org.ow2.orchestra.common.gwt.utils.client
Class OrchestraGwtException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.orchestra.common.gwt.utils.client.OrchestraGwtException
All Implemented Interfaces:
Serializable

public class OrchestraGwtException
extends Exception

Author:
Mathieu Crassin Exception class used to define an error in orchestra management server side.
See Also:
Serialized Form

Constructor Summary
OrchestraGwtException()
           
OrchestraGwtException(String maininfo)
           
OrchestraGwtException(String maininfo, String dtls)
           
 
Method Summary
 String getDetails()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrchestraGwtException

public OrchestraGwtException()

OrchestraGwtException

public OrchestraGwtException(String maininfo,
                             String dtls)
Parameters:
maininfo - : main information about the exception.
dtls - : details about the exception. Constructor to define an orchestra exception.

OrchestraGwtException

public OrchestraGwtException(String maininfo)
Parameters:
maininfo - : main information about the exception.
dtls - : details about the exception. Constructor to define an orchestra exception.
Method Detail

getDetails

public String getDetails()


Copyright © 2012 OW2 Consortium. All Rights Reserved.