public class LegsAlreadyLinkedException
extends java.lang.Exception
Constructor and Description |
---|
LegsAlreadyLinkedException()
Create a
LegsAlreadyLinkedException . |
LegsAlreadyLinkedException(java.lang.String message)
Create a
LegsAlreadyLinkedException with a detail message. |
LegsAlreadyLinkedException(java.lang.String message,
java.lang.Throwable cause)
Create a
LegsAlreadyLinkedException with a detail message and cause. |
LegsAlreadyLinkedException(java.lang.Throwable cause)
Create a
LegsAlreadyLinkedException with a cause. |
public LegsAlreadyLinkedException()
LegsAlreadyLinkedException
.public LegsAlreadyLinkedException(java.lang.String message)
LegsAlreadyLinkedException
with a detail message.message
- the detail message.public LegsAlreadyLinkedException(java.lang.Throwable cause)
LegsAlreadyLinkedException
with a cause.cause
- the reason this exception was thrown.public LegsAlreadyLinkedException(java.lang.String message, java.lang.Throwable cause)
LegsAlreadyLinkedException
with a detail message and cause.message
- the detail message.cause
- the reason this exception was thrown.Copyright © OpenCloud. All Rights Reserved.