public class GenericPortableException extends RuntimeException implements Serializable
Root of all portable Exceptions resulting from server-side errors that need to be sent to the client.
Constructor and Description |
---|
GenericPortableException() |
GenericPortableException(String message) |
GenericPortableException(String message,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.