public class InfrastructureException
extends java.lang.Exception
Constructor and Description |
---|
InfrastructureException()
Initializes a new instance of the
InfrastructureException without any error message. |
InfrastructureException(java.lang.String message)
Initializes a new instance of the
InfrastructureException class. |
InfrastructureException(java.lang.String message,
java.lang.Throwable cause)
Initializes a new instance of the
InfrastructureException class. |
public InfrastructureException()
InfrastructureException
without any error message.public InfrastructureException(java.lang.String message)
InfrastructureException
class.message
- Error message.public InfrastructureException(java.lang.String message, java.lang.Throwable cause)
InfrastructureException
class.message
- Error message.cause
- The cause of this exception (may be null).