se.kmr.scam
Class ArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.kmr.scam.ArchiveException
- All Implemented Interfaces:
- Serializable
- public class ArchiveException
- extends Exception
Title:
Description:
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- unascribed
- See Also:
- Serialized Form
- Created:
- den 9 augusti 2002
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ACCESSDENIED
public static final int ACCESSDENIED
- See Also:
- Constant Field Values
NOTFOUND
public static final int NOTFOUND
- See Also:
- Constant Field Values
MANIFESTNOTFOUND
public static final int MANIFESTNOTFOUND
- See Also:
- Constant Field Values
NOTPERMITTED
public static final int NOTPERMITTED
- See Also:
- Constant Field Values
UNKNOWN
public static final ArchiveException UNKNOWN
ACCESS_DENIED
public static final ArchiveException ACCESS_DENIED
NOT_FOUND
public static final ArchiveException NOT_FOUND
NOT_PERMITTED
public static final ArchiveException NOT_PERMITTED
ArchiveException
public ArchiveException(String text)
- Constructor for the ArchiveException object
- Parameters:
text
- Description of the Parameter
ArchiveException
public ArchiveException(String text,
Throwable rootCause)
ArchiveException
public ArchiveException(int errorCode)
ArchiveException
public ArchiveException(String text,
int errorCode)
equals
public boolean equals(Object o)
getErrorCode
public int getErrorCode()
Copyright © 2003 SCAM. All Rights Reserved.