org.exoplatform.services.exception
Class ExoServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.exception.ExoServiceException
All Implemented Interfaces:
java.io.Serializable

public class ExoServiceException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.String key_
           
protected  java.lang.String keyDesc_
           
protected  java.lang.Object[] params_
           
 
Constructor Summary
ExoServiceException()
           
ExoServiceException(java.lang.String s)
           
ExoServiceException(java.lang.String key, java.lang.Object[] params)
           
ExoServiceException(java.lang.Throwable ex)
           
 
Method Summary
 
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
 

Field Detail

params_

protected java.lang.Object[] params_

key_

protected java.lang.String key_

keyDesc_

protected java.lang.String keyDesc_
Constructor Detail

ExoServiceException

public ExoServiceException()

ExoServiceException

public ExoServiceException(java.lang.Throwable ex)

ExoServiceException

public ExoServiceException(java.lang.String s)

ExoServiceException

public ExoServiceException(java.lang.String key,
                           java.lang.Object[] params)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.