public class UtilitiesException
extends java.lang.Exception
Title: Framework Support Library
Description: Exception thrown by any utility.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
UtilitiesException() |
UtilitiesException(java.lang.String message) |
UtilitiesException(java.lang.String message,
int errorCode) |
UtilitiesException(java.lang.String message,
java.lang.Throwable exception) |
UtilitiesException(java.lang.String message,
java.lang.Throwable exception,
int errorCode) |
UtilitiesException(java.lang.Throwable exception) |
UtilitiesException(java.lang.Throwable exception,
int errorCode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
java.lang.String |
toString() |
public UtilitiesException()
public UtilitiesException(java.lang.String message)
public UtilitiesException(java.lang.Throwable exception)
public UtilitiesException(java.lang.String message, java.lang.Throwable exception)
public UtilitiesException(java.lang.String message, int errorCode)
public UtilitiesException(java.lang.Throwable exception, int errorCode)
public UtilitiesException(java.lang.String message, java.lang.Throwable exception, int errorCode)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.