no.digipost.api.client
Class DigipostClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by no.digipost.api.client.DigipostClientException
All Implemented Interfaces:
Serializable

public class DigipostClientException
extends RuntimeException

See Also:
Serialized Form

Nested Class Summary
static class DigipostClientException.ErrorType
           
 
Constructor Summary
DigipostClientException(DigipostClientException.ErrorType errorType, String errorMessage)
           
 
Method Summary
 String getErrorMessage()
           
 DigipostClientException.ErrorType getErrorType()
           
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DigipostClientException

public DigipostClientException(DigipostClientException.ErrorType errorType,
                               String errorMessage)
Method Detail

getErrorType

public DigipostClientException.ErrorType getErrorType()

getErrorMessage

public String getErrorMessage()


Copyright © 2011 Digipost Open Source. All Rights Reserved.