toggle menu
lmos-runtime
0.7.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.exception
Package-level
declarations
Types
Types
Agent
Client
Exception
Link copied to clipboard
class
AgentClientException
(
msg
:
String
?
,
cause
:
Exception
?
=
null
)
:
LmosRuntimeException
Error
Message
Link copied to clipboard
data
class
ErrorMessage
(
val
errorCode
:
String
,
val
message
:
String
?
)
:
Serializable
Global
Exception
Handler
Link copied to clipboard
@
RestControllerAdvice
class
GlobalExceptionHandler
Internal
Server
Error
Exception
Link copied to clipboard
class
InternalServerErrorException
(
msg
:
String
?
,
cause
:
Exception
?
=
null
)
:
LmosRuntimeException
Lmos
Runtime
Exception
Link copied to clipboard
sealed
class
LmosRuntimeException
:
Exception
No
Routing
Info
Found
Exception
Link copied to clipboard
class
NoRoutingInfoFoundException
(
msg
:
String
?
,
cause
:
Exception
?
=
null
)
:
LmosRuntimeException
Unexpected
Response
Exception
Link copied to clipboard
class
UnexpectedResponseException
(
msg
:
String
?
,
cause
:
Exception
?
=
null
)
:
LmosRuntimeException