Class 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 Detail

      • GenericPortableException

        public GenericPortableException()
      • GenericPortableException

        public GenericPortableException​(String message)
      • GenericPortableException

        public GenericPortableException​(String message,
                                        Exception e)