Package com.opencloud.sentinel.multileg
Class LegsAlreadyLinkedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.sentinel.multileg.LegsAlreadyLinkedException
-
- All Implemented Interfaces:
java.io.Serializable
public class LegsAlreadyLinkedException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LegsAlreadyLinkedException()
Create aLegsAlreadyLinkedException
.LegsAlreadyLinkedException(java.lang.String message)
Create aLegsAlreadyLinkedException
with a detail message.LegsAlreadyLinkedException(java.lang.String message, java.lang.Throwable cause)
Create aLegsAlreadyLinkedException
with a detail message and cause.LegsAlreadyLinkedException(java.lang.Throwable cause)
Create aLegsAlreadyLinkedException
with a cause.
-
-
-
Constructor Detail
-
LegsAlreadyLinkedException
public LegsAlreadyLinkedException()
Create aLegsAlreadyLinkedException
.
-
LegsAlreadyLinkedException
public LegsAlreadyLinkedException(java.lang.String message)
Create aLegsAlreadyLinkedException
with a detail message.- Parameters:
message
- the detail message.
-
LegsAlreadyLinkedException
public LegsAlreadyLinkedException(java.lang.Throwable cause)
Create aLegsAlreadyLinkedException
with a cause.- Parameters:
cause
- the reason this exception was thrown.
-
LegsAlreadyLinkedException
public LegsAlreadyLinkedException(java.lang.String message, java.lang.Throwable cause)
Create aLegsAlreadyLinkedException
with a detail message and cause.- Parameters:
message
- the detail message.cause
- the reason this exception was thrown.
-
-