se.kmr.scam
Class ArchiveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byse.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

Field Summary
static ArchiveException ACCESS_DENIED
           
static int ACCESSDENIED
           
static int MANIFESTNOTFOUND
           
static ArchiveException NOT_FOUND
           
static ArchiveException NOT_PERMITTED
           
static int NOTFOUND
           
static int NOTPERMITTED
           
static ArchiveException UNKNOWN
           
 
Constructor Summary
ArchiveException(int errorCode)
           
ArchiveException(String text)
          Constructor for the ArchiveException object
ArchiveException(String text, int errorCode)
           
ArchiveException(String text, Throwable rootCause)
           
 
Method Summary
 boolean equals(Object o)
           
 int getErrorCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

equals

public boolean equals(Object o)

getErrorCode

public int getErrorCode()


Copyright © 2003 SCAM. All Rights Reserved.