LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.error.CIllegalStateException Class Reference

illegal state exception More...

+ Inheritance diagram for org.lightjason.agentspeak.error.CIllegalStateException:
+ Collaboration diagram for org.lightjason.agentspeak.error.CIllegalStateException:

Public Member Functions

 CIllegalStateException ()
 ctor More...
 
 CIllegalStateException ( @Nonnull final String p_message)
 ctor More...
 
 CIllegalStateException ( @Nonnull final String p_message, @Nonnull final Throwable p_cause)
 ctor More...
 
 CIllegalStateException ( @Nonnull final Throwable p_cause)
 ctor More...
 

Static Private Attributes

static final Logger LOGGER = CCommon.logger( CIllegalStateException.class )
 logger More...
 
static final transient long serialVersionUID = -5061233769631606900L
 serial id More...
 

Detailed Description

Definition at line 35 of file CIllegalStateException.java.

Constructor & Destructor Documentation

◆ CIllegalStateException() [1/4]

org.lightjason.agentspeak.error.CIllegalStateException.CIllegalStateException ( )

Definition at line 49 of file CIllegalStateException.java.

◆ CIllegalStateException() [2/4]

org.lightjason.agentspeak.error.CIllegalStateException.CIllegalStateException ( @Nonnull final String  p_message)
Parameters
p_messagemessage

Definition at line 60 of file CIllegalStateException.java.

◆ CIllegalStateException() [3/4]

org.lightjason.agentspeak.error.CIllegalStateException.CIllegalStateException ( @Nonnull final String  p_message,
@Nonnull final Throwable  p_cause 
)
Parameters
p_messagemessage
p_causethrowable

Definition at line 72 of file CIllegalStateException.java.

◆ CIllegalStateException() [4/4]

org.lightjason.agentspeak.error.CIllegalStateException.CIllegalStateException ( @Nonnull final Throwable  p_cause)
Parameters
p_causethrowable

Definition at line 83 of file CIllegalStateException.java.

Member Data Documentation

◆ LOGGER

final Logger org.lightjason.agentspeak.error.CIllegalStateException.LOGGER = CCommon.logger( CIllegalStateException.class )
staticprivate

Definition at line 40 of file CIllegalStateException.java.

◆ serialVersionUID

final transient long org.lightjason.agentspeak.error.CIllegalStateException.serialVersionUID = -5061233769631606900L
staticprivate

Definition at line 44 of file CIllegalStateException.java.