Class PermissionFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.optional.incamail.impl.soap.PermissionFaultException
- All Implemented Interfaces:
Serializable
@WebFault(name="PermissionFault",
targetNamespace="http://soap.incamail.ch/3.0/types")
public class PermissionFaultException
extends Exception
This class was generated by the JAX-WS RI.
JAX-WS RI 2.3.1-SNAPSHOT
Generated source version: 2.2
- See Also:
-
Constructor Summary
ConstructorDescriptionPermissionFaultException
(String message, PermissionFault faultInfo) PermissionFaultException
(String message, PermissionFault faultInfo, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PermissionFaultException
- Parameters:
message
-faultInfo
-
-
PermissionFaultException
- Parameters:
message
-faultInfo
-cause
-
-
-
Method Details
-
getFaultInfo
- Returns:
- returns fault bean: ch.tocco.nice2.optional.incamail.impl.soap.PermissionFault
-