Guvnor - Services API 6.1.0.Beta3

org.guvnor.common.services.shared.exceptions
Class GenericPortableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.guvnor.common.services.shared.exceptions.GenericPortableException
All Implemented Interfaces:
Serializable

@Portable
public class GenericPortableException
extends RuntimeException

Root of all portable Exceptions resulting from server-side errors that need to be sent to the client

See Also:
Serialized Form

Constructor Summary
GenericPortableException()
           
GenericPortableException(String message)
           
 
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
 

Constructor Detail

GenericPortableException

public GenericPortableException()

GenericPortableException

public GenericPortableException(String message)

Guvnor - Services API 6.1.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.