public class

NotAuthenticatedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.module.servicesource.NotAuthenticatedException

Class Overview

Exception that signals that the user is not authenticated or that his authentication expired

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
NotAuthenticatedException(Throwable cause)
NotAuthenticatedException()
NotAuthenticatedException(String message, Throwable cause)
NotAuthenticatedException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -2109364149460283327 (0xe2ba087b6179d041)

Public Constructors

public NotAuthenticatedException (Throwable cause)

Parameters
cause

public NotAuthenticatedException ()

public NotAuthenticatedException (String message, Throwable cause)

Parameters
message
cause

public NotAuthenticatedException (String s)

Parameters
s